From 28eeab98b8b01bece136700afa1a33eafadba304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20BENO=C3=8ET?= Date: Sun, 18 Jun 2023 16:00:41 +0200 Subject: [PATCH] plugins - Always load fugitive --- plugins/vim-fugitive.load.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vim-fugitive.load.vim b/plugins/vim-fugitive.load.vim index c8f035d..5aaf15a 100644 --- a/plugins/vim-fugitive.load.vim +++ b/plugins/vim-fugitive.load.vim @@ -1,6 +1,6 @@ call dein#add('tpope/vim-fugitive', #{ \ lazy: 1, - \ on_cmd: [ 'Git', 'Gvdiffsplit', 'GMove', 'GRename', 'GRemove' ], + \ on_event: 'VimEnter', \ }) " Fugitive commands that don't require interaction with GitGutter or NERDTree