Update LazyGit to use current file instead of nvim root to determine git root
This commit is contained in:
parent
85de84b385
commit
4ab8d98e81
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue