From 61bbd8361ccfe0f9c23909165578a93733ec3654 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 13 Oct 2014 11:05:22 -0700 Subject: [PATCH] add jiangmiao/auto-pairs --- .vimrc.bundles | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc.bundles b/.vimrc.bundles index 6e94fb6d3..72a8dd88a 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -156,6 +156,7 @@ Bundle 'scrooloose/nerdcommenter' Bundle 'tpope/vim-commentary' Bundle 'godlygeek/tabular' + Bundle 'jiangmiao/auto-pairs' if executable('ctags') Bundle 'majutsushi/tagbar' endif