From 4f06ad2f96b302ba934af0e482e7c5390ae33fe5 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 20 Jul 2024 19:32:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20fugitive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Alternative git tool --- lua/plugins/util.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index c770005..130f07f 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -99,6 +99,11 @@ return { require("kulala").setup() end, }, + { + "tpope/vim-fugitive", + event = "InsertEnter", + dependencies = { "tpope/vim-rhubarb" }, + }, { "jsongerber/thanks.nvim", config = true,