8 lines
129 B
Lua
Executable File
8 lines
129 B
Lua
Executable File
return {
|
|
'tpope/vim-surround',
|
|
config = function()
|
|
-- You may configure any additional settings here if needed
|
|
end,
|
|
}
|
|
|