tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/surround.lua

5 lines
103 B
Lua
Raw Normal View History

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