chore: added copilot to nvim
This commit is contained in:
parent
371b52c63e
commit
6871a700ad
2 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,7 @@ cmp.setup {
|
|||
|
||||
},
|
||||
{ name = 'nvim_lua' },
|
||||
{ name = 'copilot' },
|
||||
{ name = 'luasnip' },
|
||||
{ name = 'nvim_lsp_signature_help' },
|
||||
{ name = "path" },
|
||||
|
|
|
@ -104,6 +104,8 @@ lazy.setup({
|
|||
require 'plugins.vimtex'
|
||||
end
|
||||
},
|
||||
|
||||
{'github/copilot.vim'},
|
||||
-------------------------------------------------------------------------------------------
|
||||
-- Syntax Highlighting
|
||||
{ 'nvim-treesitter/nvim-treesitter',
|
||||
|
|
Loading…
Add table
Reference in a new issue