This commit is contained in:
patrickmao 2023-09-06 21:02:27 +08:00
parent 4507d1937e
commit 5ff8f16734
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ return {
config = function()
local neogit = require("neogit")
vim.keymap.set("n", "<leader>gg", neogit.open, { desc = "Open Neogit" })
neogit.setup {
-- Hides the hints at the top of the status buffer
disable_hint = true,