Updated config
This commit is contained in:
parent
b84ee0bf0f
commit
1837aafe58
22 changed files with 59 additions and 135 deletions
18
.config/nvim/lua/disabled/mini-surround.lua
Normal file
18
.config/nvim/lua/disabled/mini-surround.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
"echasnovski/mini.surround",
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
opts = {
|
||||
mappings = {
|
||||
add = 'gsa',
|
||||
delete = 'gsd',
|
||||
find = 'gsf',
|
||||
find_left = 'gsF',
|
||||
highlight = 'gsh',
|
||||
replace = 'gsr',
|
||||
update_n_lines = 'gsn',
|
||||
suffix_last = '',
|
||||
suffix_next = '',
|
||||
},
|
||||
},
|
||||
config = true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue