dotfiles/nvim/lua/plugins/surround.lua

7 lines
83 B
Lua

return {
{
"tpope/vim-surround",
event = "InsertEnter"
}
}