5 lines
103 B
Lua
5 lines
103 B
Lua
|
-- tpope surround!
|
||
|
return {
|
||
|
"tpope/vim-surround", -- Surround stuff with the ys-, cs-, ds- commands
|
||
|
}
|