nix-config/modules/nvim/config/lua/plugins/nvim-surround.lua

6 lines
163 B
Lua

return {
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
opts = {},
}