Files
dotfiles/.config/nvim/lua/plugins/surround.lua
2026-01-04 22:29:08 +04:00

19 lines
331 B
Lua

return {
{
"kylechui/nvim-surround",
event = "VeryLazy",
-- 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",
},
}