Remove lazygit lazy plugin

This commit is contained in:
Václav Uruba 2025-06-26 01:51:43 +02:00
parent b943bb6332
commit d2335cb8cb
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -1,19 +0,0 @@
return {
"kdheepak/lazygit.nvim",
cmd = {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"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 = {
{ "<leader>hg", "<cmd>LazyGit<cr>", desc = "Open lazy git" },
},
}