fix(edgy): proper way of opening neo-tree. Fixes #2984

This commit is contained in:
Folke Lemaitre 2024-04-22 09:54:29 +02:00
parent 15b09e800b
commit 6fdbc623e0
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -61,7 +61,7 @@ return {
end, end,
pinned = true, pinned = true,
open = function() open = function()
vim.api.nvim_input("<esc><space>e") require("neo-tree.command").execute({ dir = LazyVim.root() })
end, end,
size = { height = 0.5 }, size = { height = 0.5 },
}, },