plugin - Load vim-fugitive before loading vim-airline
This commit is contained in:
parent
28eeab98b8
commit
3148837e1a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
call dein#add('tpope/vim-fugitive', #{
|
call dein#add('tpope/vim-fugitive', #{
|
||||||
\ lazy: 1,
|
\ lazy: 1,
|
||||||
\ on_event: 'VimEnter',
|
\ on_source: 'vim-airline',
|
||||||
\ })
|
\ })
|
||||||
|
|
||||||
" Fugitive commands that don't require interaction with GitGutter or NERDTree
|
" Fugitive commands that don't require interaction with GitGutter or NERDTree
|
||||||
|
|
Loading…
Reference in a new issue