mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
delete lazygit
This commit is contained in:
parent
06c3d0ad6e
commit
247345a9a6
@ -1 +1,10 @@
|
|||||||
return { "tpope/vim-fugitive" }
|
return {
|
||||||
|
"tpope/vim-fugitive",
|
||||||
|
keys = {
|
||||||
|
{
|
||||||
|
"<leader>gg",
|
||||||
|
vim.cmd.Git,
|
||||||
|
desc = "Git",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|||||||
@ -1,10 +0,0 @@
|
|||||||
return {
|
|
||||||
"kdheepak/lazygit.nvim",
|
|
||||||
keys = {
|
|
||||||
-- {
|
|
||||||
-- "<leader>gg",
|
|
||||||
-- vim.cmd.LazyGit,
|
|
||||||
-- desc = "LazyGit",
|
|
||||||
-- },
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user