1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update fugitive setting

This commit is contained in:
jdhao 2020-09-28 01:08:08 +08:00
parent f51de94531
commit 749d2a57a7

View File

@ -197,7 +197,7 @@ Plug 'mhinz/vim-signify'
" Plug 'airblade/vim-gitgutter'
" Git command inside vim
Plug 'tpope/vim-fugitive', {'on': ['Gstatus']}
Plug 'tpope/vim-fugitive'
" Git commit browser
Plug 'junegunn/gv.vim', { 'on': 'GV' }