Add copilot to own file

This commit is contained in:
Andres 2023-06-13 23:53:00 +02:00
parent 91bdea975e
commit dbfdf99b37
2 changed files with 3 additions and 1 deletions

View File

@ -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',

View File

@ -0,0 +1,3 @@
return {
'github/copilot.vim',
}