Fix ultisnips cmp problem
This commit is contained in:
@@ -59,7 +59,7 @@ cmp.setup({
|
||||
{ name = "calc" },
|
||||
{ name = "lua-latex-symbols", option = { cache = true } },
|
||||
{ name = "cmp_tabnine", keyword_length = 20 },
|
||||
{ name = "fuzzy_buffer", keyword_length = 4 },
|
||||
-- { name = "fuzzy_buffer", keyword_length = 4 },
|
||||
}),
|
||||
|
||||
-- add formatting of the different sources
|
||||
@@ -67,7 +67,7 @@ cmp.setup({
|
||||
fields = { "menu", "abbr", "kind" },
|
||||
format = function(entry, item)
|
||||
local menu_icon = {
|
||||
ultisnips = ">",
|
||||
ultisnips = "Φ",
|
||||
nvim_lsp = "λ",
|
||||
path = "",
|
||||
calc = "Σ",
|
||||
|
||||
Reference in New Issue
Block a user