diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-27 00:02:06 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-27 00:02:06 +0800 |
| commit | 3cdb08c5f1f2bc21b5e478f1b9acef639eb1a1ca (patch) | |
| tree | ec9c4ca7ab1e29c99e91c0a445363e8cd85a6cae /lua | |
| parent | 7ff53d1b91bef34c69b37b95a41841a3456ed68c (diff) | |
update flog setting (make it opt)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
