Add .vundles.local to allow per-installation plugin customization
Adding and removing vim plugins is now done by adding and removing from ~/.vim/.vundles.local. This file is sourced at the end of vundles.vim Fixes #275
This commit is contained in:
committed by
Fabio Gallonetto
parent
f460aa1442
commit
1a7f2bb8f6
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ vim/.netrwhist
|
||||
vim/tmp
|
||||
vim/spell
|
||||
vim/after/.vimrc.after
|
||||
vim/.vundles.local
|
||||
vim/bundle
|
||||
.netrwhist
|
||||
bin/subl
|
||||
|
||||
Reference in New Issue
Block a user