refactor(nvim): decrease blink-ripgrep score offset
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
This commit is contained in:
parent
d8024f6e2d
commit
ae19ffc0d4
@ -139,7 +139,7 @@ return {
|
||||
},
|
||||
ripgrep = {
|
||||
module = "blink-ripgrep",
|
||||
score_offset = -3,
|
||||
score_offset = -5,
|
||||
max_items = 5,
|
||||
name = "Ripgrep",
|
||||
--- @module "blink-ripgrep"
|
||||
|
Loading…
Reference in New Issue
Block a user