diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua index 9768e2b..d842bf3 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -1,6 +1,6 @@ local neogit = require('neogit') -vim.keymap.set('n', '', neogit.open, {}) +vim.keymap.set('n', '', neogit.open, {}) neogit.setup { -- Hides the hints at the top of the status buffer