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',
|
||||
|
3
lua/custom/plugins/copilot.lua
Normal file
3
lua/custom/plugins/copilot.lua
Normal file
@ -0,0 +1,3 @@
|
||||
return {
|
||||
'github/copilot.vim',
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user