mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(nvim): Change explorer to neo-tree
This commit is contained in:
parent
5f5e41c247
commit
b0610adaae
5 changed files with 164 additions and 73 deletions
|
|
@ -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" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue