diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-07-05 13:55:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-07-05 13:55:06 +0800 |
commit | aa1af0461573b538b2f91064fab2247e25bfd646 (patch) | |
tree | 1bc3644a886c7fec69640a372425aea1794ddee4 | |
parent | de327e9f13e4c04b6ad2f9869525b9beb5622829 (diff) | |
download | dotfiles-aa1af0461573b538b2f91064fab2247e25bfd646.tar.bz2 |
Add _vimrc.bundles.local: local bundles for spf13-vim
-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' + |