Load CtrlP before Airline
This commit is contained in:
parent
d3986719c5
commit
81f9422738
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1 @@
|
|||
NeoBundleLazy 'ctrlpvim/ctrlp.vim' , {
|
||||
\ 'mappings': '<Leader>p'
|
||||
\ }
|
||||
NeoBundle 'ctrlpvim/ctrlp.vim'
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
NeoBundle 'bling/vim-airline'
|
||||
NeoBundle 'bling/vim-airline' , {
|
||||
\ 'depends' : 'ctrlp.vim'
|
||||
\ }
|
||||
|
|
Loading…
Reference in a new issue