Update LazyGit to use current file instead of nvim root to determine git root

This commit is contained in:
Daniel McKnight 2025-06-10 11:49:24 -07:00
parent 85de84b385
commit 4ab8d98e81

View file

@ -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 = {
{ "<leader>gv", "<cmd>LazyGit<cr>", desc = "LazyGit View" },
{ "<leader>gv", "<cmd>LazyGitCurrentFile<cr>", desc = "LazyGit View" },
},
},
}