9 lines
216 B
Lua
9 lines
216 B
Lua
return{
|
|
'kylechui/nvim-surround',
|
|
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
|
event = "VeryLazy",
|
|
config = function()
|
|
require("nvim-surround").setup({})
|
|
end
|
|
}
|