blob: c4b1429b3131fa1c8b8705cd8d0e6f04463f735b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'
|