summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/jacksontaylorxyz/packer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/jacksontaylorxyz/packer.lua b/lua/jacksontaylorxyz/packer.lua
index 8cde1ec..7f2db9b 100644
--- a/lua/jacksontaylorxyz/packer.lua
+++ b/lua/jacksontaylorxyz/packer.lua
@@ -40,6 +40,7 @@ return require('packer').startup(function(use)
use 'tpope/vim-fugitive' -- Git plugin
use 'mhinz/vim-signify' -- Shows line changes
use 'APZelos/blamer.nvim' -- Shows who changed the line last
+ use 'junegunn/gv.vim' -- Git viewer to read out commits and view them in a pretty way
-- Different vim modes
use {