refactor(nvim): decrease blink-ripgrep score offset
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s

This commit is contained in:
Price Hiller 2024-12-27 12:42:50 -06:00
parent d8024f6e2d
commit ae19ffc0d4
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -139,7 +139,7 @@ return {
},
ripgrep = {
module = "blink-ripgrep",
score_offset = -3,
score_offset = -5,
max_items = 5,
name = "Ripgrep",
--- @module "blink-ripgrep"