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.
This commit is contained in:
parent
7b810f94a5
commit
d262c9432d
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue