diff --git a/lua/custom/plugins/neogit.lua b/lua/custom/plugins/neogit.lua index e6a032d1..90694088 100644 --- a/lua/custom/plugins/neogit.lua +++ b/lua/custom/plugins/neogit.lua @@ -9,6 +9,8 @@ return { config = function() local neogit = require("neogit") + vim.keymap.set("n", "gg", neogit.open, { desc = "Open Neogit" }) + neogit.setup { -- Hides the hints at the top of the status buffer disable_hint = true,