fix(diffivew): disable mapping in fugitive

This commit is contained in:
2024-04-21 03:33:23 +02:00
parent 81d2090296
commit 9ad794c0e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ return {
"nvim-tree/nvim-web-devicons",
},
keys = {
{ "<leader>gg", vim.cmd.DiffviewOpen, mode = "n", remap = true },
{ "<leader>gg", vim.cmd.DiffviewOpen, mode = "n" },
},
config = function()
local actions = require("diffview.actions")