add few nv-ide plugins
This commit is contained in:
parent
8a0e04ee07
commit
ff39e091fe
14 changed files with 199 additions and 26 deletions
9
configs/nvim/lua/plugins/nvim-ctrlsf.lua
Normal file
9
configs/nvim/lua/plugins/nvim-ctrlsf.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
local function init()
|
||||
g.ctrlsf_ackprg = 'rg'
|
||||
g.ctrls_auto_preview = 1
|
||||
g.ctrlsf_search_mode = 'async'
|
||||
end
|
||||
|
||||
return {
|
||||
init = init
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue