fix(neo-tree): don't change focus on startup

This commit is contained in:
2025-04-15 22:56:20 +02:00
parent 0efae86372
commit 6c3ac32a12
+1 -7
View File
@@ -148,11 +148,5 @@ return {
}, },
}, },
}, },
init = function() init = toggle_neo_tree,
vim.defer_fn(function()
local winnr = vim.api.nvim_get_current_win()
toggle_neo_tree()
vim.api.nvim_set_current_win(winnr)
end, 100)
end,
} }