Ditches lazygit within neovim in favor of neogit

This commit is contained in:
Dennis Schoepf 2025-01-30 23:30:03 +01:00
parent f5d5be8c90
commit 7e694468fa
2 changed files with 1 additions and 20 deletions

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>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" },
},
}

View file

@ -83,7 +83,7 @@ return {
desc = "Toggle git line blame",
mode = "n",
},
{ "<leader>gg", "<cmd>LazyGit<CR>", desc = "Opens lazygit", mode = "n" },
{ "<leader>gg", "<cmd>Neogit<CR>", desc = "Opens neogit", mode = "n" },
{
"<leader>glo",
"<cmd>GitLink!<cr>",