feat!: removed vim-fugitive
This commit is contained in:
@@ -1,18 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"tpope/vim-fugitive",
|
|
||||||
keys = {
|
|
||||||
{
|
|
||||||
"<leader>gs",
|
|
||||||
vim.cmd.Git,
|
|
||||||
mode = "n",
|
|
||||||
desc = "Open Fugitive",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"echasnovski/mini.diff",
|
"echasnovski/mini.diff",
|
||||||
version = false,
|
version = false,
|
||||||
config = true
|
config = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user