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