From d49e1972dc670a36764cfe482eba1cc0a90a1aa7 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Mon, 11 Dec 2023 07:38:13 +0100 Subject: [PATCH] Remove fzf completion until further debugging --- lua/code-completion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/code-completion.lua b/lua/code-completion.lua index 588a0e9..0664f25 100644 --- a/lua/code-completion.lua +++ b/lua/code-completion.lua @@ -54,7 +54,7 @@ cmp.setup({ { name = "calc" }, { name = "lua-latex-symbols", option = { cache = true } }, -- { 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