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

Conditional activation for fugitive.

This commit is contained in:
jdhao 2020-01-14 11:27:13 +08:00 committed by GitHub
parent cb5a0778bb
commit 745ec1862e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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