b0o / nvim-tree-preview.lua

🍃 Floating preview windows for nvim-tree
MIT License
62 stars 3 forks source link

Crashes when folder selected #1

Closed matthewblott closed 5 months ago

matthewblott commented 6 months ago

As described above. If the preview window is opened and I navigate through the files as soon as a directory is selected it crashes. Here's a screenshot:

Screenshot 2024-04-28 at 11 27 46

Other than that, the plugin is great!

b0o commented 6 months ago

Oops. I think the issue is that you’re not on neovim nightly. I am using some new APIs.

b0o commented 6 months ago

I will try to make it more backwards compatible tomorrow.

matthewblott commented 6 months ago

@b0o Yeah no biggie, I can press escape but it just makes for a smoother experience. Happy to wait :-)

b0o commented 6 months ago

Should be fixed, mind giving it a try?

matthewblott commented 5 months ago

@b0o This works a treat now, great work thanks :-)