added keybinds and modified neogit for more useability

This commit is contained in:
venus
2026-05-31 20:41:39 -05:00
parent 2fe6a440b7
commit 56622a860c
2 changed files with 7 additions and 50 deletions

View File

@@ -14,5 +14,11 @@ return { -- add git tui functionality
cmd = "Neogit",
keys = {
{ "<leader>gg", "<cmd>Neogit<cr>", desc = "Show Neogit UI" }
}
},
config = function()
local ng = require("neogit")
ng.setup({
kind = "floating",
})
end,
}