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" }, }, }, }