chore: added copilot to nvim
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user