diff options
-rw-r--r-- | _vimrc.bundles.local | 16 |
1 files changed, 16 insertions, 0 deletions
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' + |