[MINOR] added copilot to nvim

This commit is contained in:
Afonso Franco 2023-03-09 15:47:36 +00:00
parent dd7adb9f26
commit 0ac8bbbd1d
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
3 changed files with 5 additions and 0 deletions

View file

@ -151,6 +151,7 @@ cmp.setup {
},
{ name = 'nvim_lua' },
{ name = 'copilot' },
{ name = 'luasnip' },
{ name = 'nvim_lsp_signature_help' },
{ name = "path" },

View file

@ -104,6 +104,8 @@ lazy.setup({
require 'plugins.vimtex'
end
},
{'github/copilot.vim'},
-------------------------------------------------------------------------------------------
-- Syntax Highlighting
{ 'nvim-treesitter/nvim-treesitter',