mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
217 stars 7 forks source link

fix: not being able to open yazi for directories #56

Closed mikavilpas closed 2 months ago

mikavilpas commented 2 months ago

...from a yazi session. It seemed to close the window twice, which caused some issues (not sure why).

Looks like this was accidentally broken when I added experimental support for scrolling in https://github.com/mikavilpas/yazi.nvim/issues/49

Should be fixed now.