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,