minor fix

This commit is contained in:
js0ny 2025-03-13 10:31:31 +00:00
parent 180de92998
commit c6ad959982
11 changed files with 282 additions and 45 deletions

View file

@ -24,7 +24,6 @@ return {
end,
dependencies = { "nvim-telescope/telescope.nvim" },
},
{ import = "plugins.mod.hover-nvim" },
-- {
-- "kdheepak/lazygit.nvim",
-- lazy = true,
@ -46,6 +45,6 @@ return {
-- },
-- },
{
"NeogitOrg/neogit"
}
"NeogitOrg/neogit",
},
}