From f74242ed0276807b87b633186183569c339573f9 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Tue, 17 Mar 2026 15:34:53 +0000 Subject: [PATCH] jj rules --- nvim/files/lua/plugins/snacks.lua | 44 ++++++++++++++++--------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/nvim/files/lua/plugins/snacks.lua b/nvim/files/lua/plugins/snacks.lua index 4e93103..d71f3d0 100644 --- a/nvim/files/lua/plugins/snacks.lua +++ b/nvim/files/lua/plugins/snacks.lua @@ -51,27 +51,29 @@ return { -- end, -- desc = "Git Blame Line", -- }, - { - "gf", - function() - Snacks.lazygit.log_file() - end, - desc = "Lazygit Current File History", - }, - { - "lg", - function() - Snacks.lazygit() - end, - desc = "Lazygit", - }, - { - "gl", - function() - Snacks.lazygit.log() - end, - desc = "Lazygit Log (cwd)", - }, + -- + -- Commented out LazyGit in favor of separated jj + -- { + -- "gf", + -- function() + -- Snacks.lazygit.log_file() + -- end, + -- desc = "Lazygit Current File History", + -- }, + -- { + -- "lg", + -- function() + -- Snacks.lazygit() + -- end, + -- desc = "Lazygit", + -- }, + -- { + -- "gl", + -- function() + -- Snacks.lazygit.log() + -- end, + -- desc = "Lazygit Log (cwd)", + -- }, { "dn", function()