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
No known key found for this signature in database

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 = {