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({