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