From 4a1b695ba4d27067426837a63720e26f2491176d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 18 Aug 2023 23:23:37 -0500 Subject: [PATCH] refactor(nvim): use 'L' for neogit LogPopup --- dots/.config/nvim/lua/plugins/configs/git.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {