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