plugins - Always load fugitive
This commit is contained in:
parent
1a7de72081
commit
28eeab98b8
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_cmd: [ 'Git', 'Gvdiffsplit', 'GMove', 'GRename', 'GRemove' ],
|
\ on_event: 'VimEnter',
|
||||||
\ })
|
\ })
|
||||||
|
|
||||||
" 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