Skip to content

Commit

Permalink
fix(edgy): proper way of opening neo-tree. Fixes LazyVim#2984
Browse files Browse the repository at this point in the history
  • Loading branch information
folke authored and konosubakonoakua committed Apr 24, 2024
1 parent 7b3a04b commit 65b9e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/ui/edgy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
Expand Down

0 comments on commit 65b9e9e

Please sign in to comment.