From aa1af0461573b538b2f91064fab2247e25bfd646 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 5 Jul 2016 13:55:06 +0800 Subject: Add _vimrc.bundles.local: local bundles for spf13-vim --- _vimrc.bundles.local | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _vimrc.bundles.local diff --git a/_vimrc.bundles.local b/_vimrc.bundles.local new file mode 100644 index 0000000..c4b1429 --- /dev/null +++ b/_vimrc.bundles.local @@ -0,0 +1,16 @@ +" +" ~/.vimrc.bundles.local +" Local customizations for `spf13-vim-3` +" https://github.com/spf13/spf13-vim +" +" Aaron LI +" Created: 2016-07-05 +" + +" Once new plugins are added, they have to be installed by: +" $ vim +BundleInstall! +BundleClean +q + +" Custom plugins +Bundle 'mbbill/fencview' +Bundle 'fcitx.vim' + -- cgit v1.2.2