Add copilot to own file
This commit is contained in:
parent
91bdea975e
commit
dbfdf99b37
1
init.lua
1
init.lua
|
@ -64,7 +64,6 @@ vim.opt.rtp:prepend(lazypath)
|
|||
require('lazy').setup({
|
||||
-- NOTE: First, some plugins that don't require any configuration
|
||||
|
||||
'github/copilot.vim',
|
||||
-- Git related plugins
|
||||
'tpope/vim-fugitive',
|
||||
'tpope/vim-rhubarb',
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'github/copilot.vim',
|
||||
}
|
Loading…
Reference in New Issue