mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
feat: install kulala
This commit is contained in:
@@ -123,12 +123,16 @@ return {
|
||||
score_offset = -100,
|
||||
opts = {
|
||||
prefix_min_len = 5,
|
||||
context_size = 5,
|
||||
max_filesize = "1M",
|
||||
project_root_marker = { ".git", "package.json", ".root" },
|
||||
search_casing = "--smart-case",
|
||||
additional_rg_options = {},
|
||||
fallback_to_regex_highlighting = true,
|
||||
backend = {
|
||||
ripgrep = {
|
||||
context_size = 5,
|
||||
max_filesize = "1M",
|
||||
search_casing = "--smart-case",
|
||||
additional_rg_options = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
emoji = {
|
||||
|
||||
Reference in New Issue
Block a user