completion and snacks tweaks

This commit is contained in:
iofq 2025-07-08 20:31:34 -05:00
parent d998429cb8
commit 0c18f504e8
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
4 changed files with 13 additions and 7 deletions

View file

@ -21,17 +21,21 @@ return {
'lsp',
'path',
'snippets',
'omni',
'ripgrep',
'buffer',
},
providers = {
lsp = {
fallbacks = {}, -- include buffer even when LSP is active
score_offset = 10,
},
snippets = {
score_offset = -20,
score_offset = -10,
},
ripgrep = {
module = 'blink-ripgrep',
name = 'rg',
score_offset = -30,
score_offset = -10,
async = true,
},
},