add vim-surround

This commit is contained in:
mjhika 2023-08-24 17:57:44 -04:00
parent f446839a3f
commit ced2253c6b
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup({
-- NOTE: First, some plugins that don't require any configuration
-- surround support
'tpope/vim-surround',
-- Git related plugins
'tpope/vim-fugitive',
'tpope/vim-rhubarb',