add vim surround

This commit is contained in:
Niccolo Borgioli 2022-04-07 10:27:01 +02:00
parent 96553e78cf
commit 902d9970b7
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@ Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'asvetliakov/vim-easymotion'
Plug 'tpope/vim-surround'
call plug#end()