refactor(nvim): improve blink ripgrep integration

This commit is contained in:
Price Hiller 2024-12-20 00:58:22 -06:00
parent a8a2dc60bc
commit dc52352e78
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -101,14 +101,15 @@ return {
providers = { providers = {
ripgrep = { ripgrep = {
module = "blink-ripgrep", module = "blink-ripgrep",
score_offset = -3,
max_items = 5, max_items = 5,
name = "Ripgrep", name = "Ripgrep",
--- @module "blink-ripgrep" --- @module "blink-ripgrep"
--- @type blink-ripgrep.Options --- @type blink-ripgrep.Options
opts = { opts = {
prefix_min_len = 3, prefix_min_len = 3,
search_casing = "--smart-case",
additional_rg_options = { additional_rg_options = {
"--smart-case",
"--hidden", "--hidden",
"--word-regexp", "--word-regexp",
"--glob=!.git/*", "--glob=!.git/*",