From 5ff8f16734fedf09f93f414904e61cdcff541e87 Mon Sep 17 00:00:00 2001 From: patrickmao Date: Wed, 6 Sep 2023 21:02:27 +0800 Subject: [PATCH] refine --- lua/custom/plugins/neogit.lua | 2 ++ 1 file changed, 2 insertions(+) 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,