copilot plugin
This commit is contained in:
parent
7903212398
commit
723f43a7f4
8
lua/plugins/copilot.lua
Normal file
8
lua/plugins/copilot.lua
Normal 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
5
lua/plugins/init.lua
Normal 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 {}
|
Loading…
x
Reference in New Issue
Block a user