Remove fzf completion until further debugging
This commit is contained in:
parent
579f00f1df
commit
d49e1972dc
|
@ -54,7 +54,7 @@ cmp.setup({
|
||||||
{ name = "calc" },
|
{ name = "calc" },
|
||||||
{ name = "lua-latex-symbols", option = { cache = true } },
|
{ name = "lua-latex-symbols", option = { cache = true } },
|
||||||
-- { name = "spell", option = { keep_all_entries = false }, keyword_length = 2 },
|
-- { name = "spell", option = { keep_all_entries = false }, keyword_length = 2 },
|
||||||
{ name = "fuzzy_buffer", keyword_length = 4 },
|
-- { name = "fuzzy_buffer", keyword_length = 4 },
|
||||||
}),
|
}),
|
||||||
|
|
||||||
-- add formatting of the different sources
|
-- add formatting of the different sources
|
||||||
|
|
Loading…
Reference in New Issue