refactor(nvim): improve blink ripgrep integration
This commit is contained in:
parent
a8a2dc60bc
commit
dc52352e78
@ -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/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user