chore: added copilot to nvim

This commit is contained in:
Afonso Franco 2023-03-09 15:47:36 +00:00
parent 371b52c63e
commit 6871a700ad
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 3 additions and 0 deletions

View file

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

View file

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