9 lines
No EOL
136 B
Lua
9 lines
No EOL
136 B
Lua
local function init()
|
|
g.ctrlsf_ackprg = 'rg'
|
|
g.ctrls_auto_preview = 1
|
|
g.ctrlsf_search_mode = 'async'
|
|
end
|
|
|
|
return {
|
|
init = init
|
|
} |