diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-11 18:29:33 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-11 18:29:33 +0800 |
| commit | a472bf96559db488a71ee1394c83c2ba93e8edd9 (patch) | |
| tree | 3cbcbc5db8a045f62b2676a2372f0a7e34531150 /plugins.vim | |
| parent | 96113ed476ec336374d5e5a74c9d0adbce4ff739 (diff) | |
add vim-sandwich, may ditch surround.vim in future
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index f6fd35e..8b87e77 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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' |
