mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-06 23:44:41 +02:00
fix(edgy): proper way of opening neo-tree. Fixes #2984
This commit is contained in:
parent
15b09e800b
commit
6fdbc623e0
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue