tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/surround.lua
2023-06-20 17:13:50 -04:00

5 lines
103 B
Lua

-- tpope surround!
return {
"tpope/vim-surround", -- Surround stuff with the ys-, cs-, ds- commands
}