Skip to content

Commit aa18e5f

Browse files
committed
perf(cmp): improve ripgrep performance
1 parent db6ffa6 commit aa18e5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/modules/configs/completion/blink.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ local opts = {
8383
opts = {
8484
prefix_min_len = 3,
8585
backend = {
86-
use = "ripgrep",
86+
use = "gitgrep-or-ripgrep",
8787
context_size = 0,
8888
ripgrep = {
89-
max_filesize = "1M",
89+
max_filesize = "200K",
9090
additional_rg_options = { "--max-count=5" },
9191
},
9292
},

0 commit comments

Comments
 (0)