diff --git a/lua/custom/plugins/lazygit.lua b/lua/custom/plugins/lazygit.lua index 5c77df0..e944f57 100644 --- a/lua/custom/plugins/lazygit.lua +++ b/lua/custom/plugins/lazygit.lua @@ -8,12 +8,9 @@ return { "LazyGitFilter", "LazyGitFilterCurrentFile", }, - -- optional for floating window border decoration dependencies = { "nvim-lua/plenary.nvim", }, - -- 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 = { { "lg", "LazyGit", desc = "LazyGit" } }