Xuyuanp/yanil

github github
file-explorer
stars 96
issues 5
subscribers 3
forks 3
CREATED

2020-09-29

UPDATED

2 years ago


Yanil

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.

Prerequisites

  • neovim-0.5.0 or higher.

Installation

Plug 'Xuyuanp/yanil'

Setup

It's not very easy to make it work (It's just a lib). A sample config can be found in my personal dotfile.

Note

This plugin is in very early stages and has no backward compatibility guarantees.

Known issues

  • Not support for windows
  • Not support for multi tabs
  • ...

Credits

  • nerdtree: It's one of the greatest vim plugin.
  • nvim-tree.lua: I learned a lot from it in prototype stage.