From 3cdb08c5f1f2bc21b5e478f1b9acef639eb1a1ca Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 27 Jul 2021 00:02:06 +0800 Subject: [PATCH] update flog setting (make it opt) --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index af52ac4..26b4bbd 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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'