refactor(nvim): rebind Neogit LogPopup (l -> L)

This commit is contained in:
Price Hiller 2023-11-07 20:58:01 -06:00
parent fd903a3ba2
commit 703294fe46
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -28,6 +28,12 @@ return {
diffview = true, diffview = true,
telescope = true, telescope = true,
}, },
mappings = {
popup = {
["l"] = false,
["L"] = "LogPopup",
},
},
} }
end, end,
dependencies = { dependencies = {