From c88bb021551869c8c53beae0fa1282b4aedd95e4 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Thu, 25 Jul 2024 20:57:09 +0200 Subject: [PATCH] added vim-merginal to manage branches and diff-views in TUI --- lua/custom/plugins/fugitive.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/fugitive.lua b/lua/custom/plugins/fugitive.lua index d4e16f7..665d462 100644 --- a/lua/custom/plugins/fugitive.lua +++ b/lua/custom/plugins/fugitive.lua @@ -18,5 +18,6 @@ return { lazy = true, cmd = { 'Flogsplit' }, }, + 'idanarye/vim-merginal', }, }