diff --git a/dots/.config/nvim/lua/plugins/configs/git.lua b/dots/.config/nvim/lua/plugins/configs/git.lua index 5498687c..d143bb1d 100644 --- a/dots/.config/nvim/lua/plugins/configs/git.lua +++ b/dots/.config/nvim/lua/plugins/configs/git.lua @@ -22,6 +22,12 @@ return { diffview = true, telescope = true, }, + mappings = { + status = { + ["l"] = false, + ["L"] = "LogPopup" + } + } } end, dependencies = {