From 8a65153fbac6e57122765a89ba22da577700d2ae Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 2 Nov 2023 13:09:04 -0500 Subject: [PATCH] refactor(nvim): remove neogit binding overrides --- dots/.config/nvim/lua/plugins/configs/git.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dots/.config/nvim/lua/plugins/configs/git.lua b/dots/.config/nvim/lua/plugins/configs/git.lua index 874da683..43933d93 100644 --- a/dots/.config/nvim/lua/plugins/configs/git.lua +++ b/dots/.config/nvim/lua/plugins/configs/git.lua @@ -28,13 +28,6 @@ return { diffview = true, telescope = true, }, - mappings = { - status = { - ["l"] = false, - ["f"] = false, - ["L"] = "LogPopup", - }, - }, } end, dependencies = {