1
0
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:
jdhao 2021-07-29 00:10:04 +08:00
parent 84680878a2
commit 13dc38343e

View File

@ -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'}}