From a472bf96559db488a71ee1394c83c2ba93e8edd9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 11 Oct 2020 18:29:33 +0800 Subject: [PATCH] add vim-sandwich, may ditch surround.vim in future --- plugins.vim | 1 + 1 file changed, 1 insertion(+) 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'