refactor(nvim): improve ripgrep integration in blink
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 40s

This commit is contained in:
Price Hiller 2024-12-17 22:25:26 -06:00
parent a09deea6bf
commit 39cee21df1
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -101,9 +101,7 @@ return {
providers = {
ripgrep = {
module = "blink-ripgrep",
min_keyword_length = 3,
max_items = 5,
score_offset = 1,
name = "Ripgrep",
--- @module "blink-ripgrep"
--- @type blink-ripgrep.Options