File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ Bundle 'eagletmt/ghcmod-vim'
81
81
Bundle ' eagletmt/neco-ghc'
82
82
Bundle ' Twinside/vim-hoogle'
83
83
84
+ " Custom bundles
85
+ if filereadable (expand (" ~/.vim.local/bundles.vim" ))
86
+ source ~/.vim.local/bundles.vim
87
+ endif
88
+
84
89
" }}}
85
90
86
91
" VIM user interface {{{
Original file line number Diff line number Diff line change @@ -291,5 +291,14 @@ then add `unmap <c-l>` to your .vimrc.local)
291
291
## Customizing
292
292
293
293
After installing this configuration, your ` .vimrc ` and ` .vim ` will
294
- be under version control. Don't alter them, add your own settings to
295
- ` ~/.vimrc.local ` instead and your additions will be loaded.
294
+ be under version control. Don't alter these files. Instead, add your
295
+ own settings to ` ~/.vimrc.local ` and ` ~/.vim.local/bundles.vim ` .
296
+
297
+ ## Adding Custom Bundles
298
+
299
+ Vundle requires all Bundle statements to be given at once. To accommodate
300
+ this restriction, ` .vimrc ` sources ` ~/.vim.local/bundles.vim ` immediately
301
+ after its own Bundle statements.
302
+
303
+ Bundle statements made elsewhere are not recognized.
304
+
You can’t perform that action at this time.
0 commit comments