add vim-surround

pull/638/head
mjhika 2 years ago
parent f446839a3f
commit ced2253c6b

@ -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',

Loading…
Cancel
Save