This commit is contained in:
2023-12-27 16:27:51 +04:00
parent b8b56c70da
commit 9572c0d939
5 changed files with 89 additions and 57 deletions

View File

@@ -4,5 +4,17 @@ return {
config = function()
require("nvim-surround").setup()
end
-- insert = "<C-g>s",
-- insert_line = "<C-g>S",
-- normal = "ys",
-- normal_cur = "yss",
-- normal_line = "yS",
-- normal_cur_line = "ySS",
-- visual = "S",
-- visual_line = "gS",
-- delete = "ds",
-- change = "cs",
-- change_line = "cS",
},
}