mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +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,
|
||||
pinned = true,
|
||||
open = function()
|
||||
vim.api.nvim_input("<esc><space>e")
|
||||
require("neo-tree.command").execute({ dir = LazyVim.root() })
|
||||
end,
|
||||
size = { height = 0.5 },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue