Skip to content

Commit d49df15

Browse files
committed
chore(blink): update blink-ripgrep.nvim config
1 parent d7539be commit d49df15

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lua/modules/configs/completion/blink.lua

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,13 @@ local opts = {
161161
---@type blink-ripgrep.Options
162162
opts = {
163163
prefix_min_len = 2,
164-
context_size = 5,
165-
max_filesize = "100K",
164+
backend = {
165+
use = "ripgrep",
166+
ripgrep = {
167+
context_size = 5,
168+
max_filesize = "1M",
169+
},
170+
},
166171
},
167172
score_offset = -15,
168173
max_items = 3,

0 commit comments

Comments
 (0)