Yet Another Nerdtree In Lua
This not an out-of-box nerdtree alternative (and won't be), but a lib to build your own nerdtree.
neovim-0.5.0
or higher.
Plug 'Xuyuanp/yanil'
It's not very easy to make it work (It's just a lib). A sample config can be found in my personal dotfile.
This plugin is in very early stages and has no backward compatibility guarantees.
- Not support for windows
- Not support for multi tabs
- ...
- nerdtree: It's one of the greatest vim plugin.
- nvim-tree.lua: I learned a lot from it in prototype stage.