Purge TabNine

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-18 12:07:14 +02:00
parent 4acae3052a
commit 5df773756e
2 changed files with 3 additions and 7 deletions
+1 -3
View File
@@ -2,7 +2,7 @@
-- noinsert: only insert text when selection confirmed
-- noselect: force to select from suggestion
-- preview: show more details
vim.opt.completeopt = { "menu", "menuone" }
vim.opt.completeopt = { "menu", "menuone", "preview" }
-- shortmess is used to reduce verbocity
-- vim.opt.shortmess = vim.opt.shortmess + { c = true }
@@ -62,7 +62,6 @@ cmp.setup({
{ name = "buffer", keyword_length = 2 },
{ name = "calc" },
{ name = "lua-latex-symbols", option = { cache = true } },
{ name = "cmp_tabnine", keyword_length = 20 },
-- { name = "fuzzy_buffer", keyword_length = 4 },
}),
@@ -79,7 +78,6 @@ cmp.setup({
lualatexsymbols = "󰿈",
spell = "󰘝",
fuzzy_buffer = "",
cmp_tabnine = "🖳",
}
item.menu = menu_icon[entry.source.name]
return item