copilot plugin

This commit is contained in:
jorgenwh 2024-05-27 23:19:48 +02:00
parent 7903212398
commit 723f43a7f4
2 changed files with 13 additions and 0 deletions

8
lua/plugins/copilot.lua Normal file
View File

@ -0,0 +1,8 @@
return {
'zbirenbaum/copilot.lua',
cmd = 'Copilot',
event = 'InsertEnter',
config = function()
require('copilot').setup {}
end,
}

5
lua/plugins/init.lua Normal file
View File

@ -0,0 +1,5 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}