summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylor@classicalconversations.com>2024-02-08 11:20:03 -0500
committerJackson Taylor <jtaylor@classicalconversations.com>2024-02-08 11:20:03 -0500
commit658548f21385e1f4547734f29e2be70de1eb8374 (patch)
tree575dabad5d2ef23f882253ef42d0101ad40572e3
parenta1d81094393ef1cd6ad88d2d470cdd9ec6b806b7 (diff)
Add junegunn/gv.vim plugin
I'm not sure how much I like this plugin yet because it creates a new tab instead of just a new buffer. But I haven't looked at it too much. I might just use this as a replacement for gitk by using a separate window with just :GV running.
-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 {