From 4ab8d98e81a5eb25937b113e15f5ddc33f11bb4d Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Tue, 10 Jun 2025 11:49:24 -0700 Subject: [PATCH] Update LazyGit to use current file instead of nvim root to determine git root --- .config/nvim/lua/plugins/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/git.lua b/.config/nvim/lua/plugins/git.lua index a5612c8..4e65448 100644 --- a/.config/nvim/lua/plugins/git.lua +++ b/.config/nvim/lua/plugins/git.lua @@ -35,7 +35,7 @@ return { -- setting the keybinding for LazyGit with 'keys' is recommended in -- order to load the plugin when the command is run for the first time keys = { - { "gv", "LazyGit", desc = "LazyGit View" }, + { "gv", "LazyGitCurrentFile", desc = "LazyGit View" }, }, }, }