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

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