nvim: update plugins (mini and neogit)
This commit is contained in:
@ -136,17 +136,6 @@ require("lazy").setup({
|
||||
},
|
||||
},
|
||||
|
||||
-- comment.nvim
|
||||
{
|
||||
"numToStr/Comment.nvim",
|
||||
config = function()
|
||||
require("plugins.comment")
|
||||
end,
|
||||
keys = {
|
||||
"gc",
|
||||
},
|
||||
},
|
||||
|
||||
-- neogen
|
||||
{
|
||||
"danymat/neogen",
|
||||
@ -185,7 +174,13 @@ require("lazy").setup({
|
||||
-- git
|
||||
--
|
||||
|
||||
"tpope/vim-fugitive",
|
||||
-- "tpope/vim-fugitive",
|
||||
{
|
||||
"TimUntersberger/neogit",
|
||||
config = function()
|
||||
require("plugins.neogit")
|
||||
end,
|
||||
},
|
||||
"sindrets/diffview.nvim",
|
||||
|
||||
--
|
||||
@ -273,4 +268,3 @@ require("lazy").setup({
|
||||
end,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user