mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
completion and snacks tweaks
This commit is contained in:
parent
d998429cb8
commit
0c18f504e8
4 changed files with 13 additions and 7 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue