9 lines
260 B
Lua
9 lines
260 B
Lua
-- Add, Change, Delete Surrounding Chars (["''"])
|
|
return {
|
|
-- https://github.com/kylechui/nvim-surround
|
|
'kylechui/nvim-surround',
|
|
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
|
event = "VeryLazy",
|
|
opts = {}
|
|
}
|
|
|