VIM: Adds vim-surround plugin

This commit is contained in:
Jonathan Hodgson 2020-09-26 17:42:27 +01:00
parent 4d75673fe0
commit 4aefb736c3
3 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@ if has('packages')
packadd! gruvbox
packadd! vim-json
packadd! vim-less
packadd! vim-surround
packadd! vim-tridactyl
packadd! vim-vinegar
endif