added plugin for sourrounding braces
This commit is contained in:
parent
c6b7cb1381
commit
ab41de78b8
1 changed files with 12 additions and 0 deletions
|
|
@ -44,4 +44,16 @@ return {
|
||||||
{
|
{
|
||||||
'jiangmiao/auto-pairs',
|
'jiangmiao/auto-pairs',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"kylechui/nvim-surround",
|
||||||
|
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = function()
|
||||||
|
require("nvim-surround").setup({
|
||||||
|
keymaps = {
|
||||||
|
normal = "<leader>s",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue