Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
2026-04-11 11:25:57 +02:00
8 changed files with 198 additions and 332 deletions
+8 -1
View File
@@ -3,6 +3,13 @@ return {
version = "*",
event = "VeryLazy",
config = function()
require("nvim-surround").setup()
require("nvim-surround").setup({
keymaps = {
add = "S", -- Add surrounding
delete = "SD", -- Delete surrounding
change = "SC", -- Change surrounding
change_line = "SCL", -- Change surrounding on current line
},
})
end,
}