Ditches lazygit within neovim in favor of neogit
This commit is contained in:
parent
f5d5be8c90
commit
7e694468fa
2 changed files with 1 additions and 20 deletions
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue