Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xuyuanp/yanil
Yet Another Nerdtree In Lua
https://github.com/Xuyuanp/yanil
fileexplorer git neovim plugin
Last synced: 9 days ago
JSON representation
Yet Another Nerdtree In Lua
- Host: GitHub
- URL: https://github.com/Xuyuanp/yanil
- Owner: Xuyuanp
- License: apache-2.0
- Created: 2020-09-29T10:19:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T13:00:51.000Z (3 months ago)
- Last Synced: 2024-08-18T14:22:07.067Z (3 months ago)
- Topics: fileexplorer, git, neovim, plugin
- Language: Lua
- Homepage:
- Size: 319 KB
- Stars: 98
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - Xuyuanp/yanil - Yet Another Nerdtree In Lua. (File Explorer / PHP)
README
# Yanil
Yet Another Nerdtree In LuaThis not an out-of-box nerdtree alternative (and won't be), but a lib to build your own nerdtree.
![](screenshot.png)
## 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](https://github.com/Xuyuanp/vimrc/blob/master/lua/dotvim/yanil.lua) 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](https://github.com/preservim/nerdtree): It's one of the greatest vim plugin.
* [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua): I learned a lot from it in prototype stage.