Updating mappings

This commit is contained in:
2023-09-18 11:18:18 +02:00
parent 26a4ef7209
commit ab6781f3ce
4 changed files with 5 additions and 7 deletions

View File

@@ -2,6 +2,9 @@ return {
"NeogitOrg/neogit",
dependencies = "nvim-lua/plenary.nvim",
cmd = "Neogit",
keys = {
{ "<leader>gg", "<cmd>Neogit<cr>", desc = "Neogit" },
},
config = function()
local neogit = require("neogit")