refine
This commit is contained in:
parent
4507d1937e
commit
5ff8f16734
|
@ -9,6 +9,8 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
local neogit = require("neogit")
|
local neogit = require("neogit")
|
||||||
|
|
||||||
|
vim.keymap.set("n", "<leader>gg", neogit.open, { desc = "Open Neogit" })
|
||||||
|
|
||||||
neogit.setup {
|
neogit.setup {
|
||||||
-- Hides the hints at the top of the status buffer
|
-- Hides the hints at the top of the status buffer
|
||||||
disable_hint = true,
|
disable_hint = true,
|
||||||
|
|
Loading…
Reference in New Issue