diff options
Diffstat (limited to 'lua/plugins.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' |
