diff --git a/lua/ow/plugins/neo-tree.lua b/lua/ow/plugins/neo-tree.lua index f7be4ab..e418c21 100644 --- a/lua/ow/plugins/neo-tree.lua +++ b/lua/ow/plugins/neo-tree.lua @@ -162,5 +162,8 @@ return { }, }, }, - init = toggle_neo_tree, + config = function(_, opts) + require("neo-tree").setup(opts) + toggle_neo_tree() + end, }