refactor(nvim): improve ripgrep integration in blink
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 40s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 40s
This commit is contained in:
parent
a09deea6bf
commit
39cee21df1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user