added github copilot

This commit is contained in:
a-rossetti 2025-01-12 14:58:45 +01:00
parent b0e4c074f4
commit 0c9b81dd8a
2 changed files with 8 additions and 0 deletions

View File

@ -919,6 +919,13 @@ require('lazy').setup({
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
},
{ -- Integrated Github Copilot
'github/copilot.vim',
cmd = 'Copilot',
event = 'InsertEnter',
build = ':Copilot auth',
},
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and
-- place them in the correct locations.

@ -0,0 +1 @@
Subproject commit 87038123804796ca7af20d1b71c3428d858a9124