refactor(cmp): reduce item counts for buffer & ripgrep completions
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s
This commit is contained in:
parent
baf22ac8c8
commit
b18e27fa36
@ -96,12 +96,12 @@ return {
|
||||
},
|
||||
{
|
||||
name = "fuzzy_buffer",
|
||||
max_item_count = 5,
|
||||
max_item_count = 3,
|
||||
},
|
||||
{
|
||||
name = "rg",
|
||||
keyword_length = 3,
|
||||
max_item_count = 5,
|
||||
max_item_count = 3,
|
||||
option = {
|
||||
"--smart-case",
|
||||
"--hidden",
|
||||
|
Loading…
Reference in New Issue
Block a user