diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-26 23:54:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-26 23:54:25 +0800 |
| commit | 69e9a6b872c32d1d7d264949f213a2fc39af90c2 (patch) | |
| tree | a288c404af4de3822c8f5b534fe7ceffb6c1b7c5 /lua | |
| parent | 22e17f77c1cf92126167ed54d0f82495f589ac84 (diff) | |
Add plugin vim-flog for better git-log display
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 571a2fb..4a5386c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -180,6 +180,9 @@ require('packer').startup( -- Git command inside vim use 'tpope/vim-fugitive' + -- Better git log display + use {'rbong/vim-flog', require = 'tpope/vim-fugitive' } + -- Better git commit experience use 'rhysd/committia.vim' |
