refine
This commit is contained in:
parent
4507d1937e
commit
5ff8f16734
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue