fix(neo-tree): fix auto opening tree on startup

This commit is contained in:
2025-04-20 21:19:40 +02:00
parent 57a2bac8fb
commit 6975f138fe
+4 -1
View File
@@ -162,5 +162,8 @@ return {
}, },
}, },
}, },
init = toggle_neo_tree, config = function(_, opts)
require("neo-tree").setup(opts)
toggle_neo_tree()
end,
} }