Update comment uncommet

This commit is contained in:
2026-06-25 12:06:46 +05:30
parent d5ac4f54a1
commit f039924a13
4 changed files with 21 additions and 17 deletions
@@ -127,8 +127,13 @@ return {
--- @section plugins-nvim-surround
{
"kylechui/nvim-surround",
keys = {
{ "S", mode = "v", desc = "Surround selection" },
},
config = function()
require("nvim-surround").setup({})
require("nvim-surround").setup({
keymaps = { visual = "S" },
})
end,
desc = "Surround text objects (parentheses, quotes, tags, etc.)",
},