mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 08:59:24 +00:00
[neovim] Add mini-surround
This commit is contained in:
10
.config/nvim/lua/plugins/mini-surround.lua
Normal file
10
.config/nvim/lua/plugins/mini-surround.lua
Normal file
@ -0,0 +1,10 @@
|
||||
require("mini.surround").setup({
|
||||
mappings = {
|
||||
add = "sa",
|
||||
delete = "sd",
|
||||
replace = "sr",
|
||||
update_n_lines = "",
|
||||
suffix_last = "", -- Suffix to search with "prev" method
|
||||
suffix_next = "", -- Suffix to search with "next" method
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user