From 658548f21385e1f4547734f29e2be70de1eb8374 Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Thu, 8 Feb 2024 11:20:03 -0500 Subject: 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. --- lua/jacksontaylorxyz/packer.lua | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3