From d262c9432d5d12633a2ef39e476d42d1b028219c Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 23 May 2023 15:52:29 +0200 Subject: [PATCH] nvim: Remove automatic full-text completion Automatic completion from full-text search was draining battery and generally not too helpful. Disabled (commented) for now, can be re-enabled more specifically. --- nvim/.config/nvim/lua/plug/_lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plug/_lsp.lua b/nvim/.config/nvim/lua/plug/_lsp.lua index beb53a2..b56c75f 100644 --- a/nvim/.config/nvim/lua/plug/_lsp.lua +++ b/nvim/.config/nvim/lua/plug/_lsp.lua @@ -157,7 +157,7 @@ cmp.setup({ { name = 'latex_symbols' }, { name = 'spell', keyword_length = 3 }, { name = 'tmux' }, - { name = 'rg', keyword_length = 5 }, + --{ name = 'rg', keyword_length = 5 }, { name = 'vCard' }, }, mapping = cmp.mapping.preset.insert({