From 69e9a6b872c32d1d7d264949f213a2fc39af90c2 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 26 Jul 2021 23:54:25 +0800 Subject: [PATCH] Add plugin vim-flog for better git-log display --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) 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'