1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add vim-sandwich, may ditch surround.vim in future

This commit is contained in:
jdhao 2020-10-11 18:29:33 +08:00
parent 96113ed476
commit a472bf9655

View File

@ -239,6 +239,7 @@ Plug 'wellle/targets.vim'
" Plugin to manipulate characer pairs quickly
Plug 'tpope/vim-surround'
Plug 'machakann/vim-sandwich'
" Add indent object for vim (useful for languages like Python)
Plug 'michaeljsmith/vim-indent-object'