Add copilot to own file

pull/341/head^2
Andres 2 years ago
parent 91bdea975e
commit dbfdf99b37

@ -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…
Cancel
Save