mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update packer settings for fugitive.vim
This commit is contained in:
parent
84680878a2
commit
13dc38343e
@ -178,7 +178,7 @@ require('packer').startup(
|
||||
-- use 'airblade/vim-gitgutter'
|
||||
|
||||
-- Git command inside vim
|
||||
use {'tpope/vim-fugitive', cmd = {'Git',}}
|
||||
use {'tpope/vim-fugitive', cmd = {'Git', 'Gwrite'}}
|
||||
|
||||
-- Better git log display
|
||||
use {'rbong/vim-flog', require = 'tpope/vim-fugitive', cmd = {'Flog'}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user