feat: remove cmp-spell and copilot nvim plugins

This commit is contained in:
Moritz Böhme 2024-08-18 13:06:12 +02:00
parent 928f8b77fa
commit 82e64e198f
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 19 additions and 20 deletions

View file

@ -9,7 +9,7 @@ cmp.setup({
maxwidth = 50, -- prevent the popup from showing more than provided characters
ellipsis_char = "...", -- when popup menu exceed maxwidth, the truncated part would show ellipsis_char instead
symbol_map = {
Copilot = "",
-- Copilot = "",
},
}),
},
@ -67,7 +67,7 @@ cmp.setup({
{ priority = 1, name = "buffer" },
{ priority = 1, name = "spell" },
{ priority = 2, name = "nvim_lsp" },
{ priority = 3, name = "copilot" },
-- { priority = 3, name = "copilot" },
{ priority = 3, name = "nvim_lsp_signature_help" },
{ priority = 4, name = "luasnip" },
{ priority = 4, name = "vimtex" },