copilot plugin
This commit is contained in:
parent
7903212398
commit
723f43a7f4
2 changed files with 13 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue