refactor(nvim): use 'L' for neogit LogPopup

This commit is contained in:
Price Hiller 2023-08-18 23:23:37 -05:00
parent 0d5b1968a7
commit 4a1b695ba4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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