feat(nvim): Change explorer to neo-tree

This commit is contained in:
js0ny 2025-04-03 01:38:14 +01:00
parent 5f5e41c247
commit b0610adaae
5 changed files with 164 additions and 73 deletions

View file

@ -28,11 +28,12 @@ return {
end,
dependencies = { "nvim-telescope/telescope.nvim" },
},
{
"NeogitOrg/neogit",
config = true,
cmd = {
"Neogit",
},
},
-- {
-- "NeogitOrg/neogit",
-- config = true,
-- cmd = {
-- "Neogit",
-- },
-- },
{ import = "plugins.mod.neo-tree" }
}