mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update flog setting (make it opt)
This commit is contained in:
parent
7ff53d1b91
commit
3cdb08c5f1
@ -181,7 +181,7 @@ require('packer').startup(
|
||||
use {'tpope/vim-fugitive', cmd = {'Git',}}
|
||||
|
||||
-- Better git log display
|
||||
use {'rbong/vim-flog', require = 'tpope/vim-fugitive' }
|
||||
use {'rbong/vim-flog', require = 'tpope/vim-fugitive', cmd = {'Flog'}}
|
||||
|
||||
-- Better git commit experience
|
||||
use 'rhysd/committia.vim'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user