feat(api): add public API module (#1432)

This commit is contained in:
Kiyan
2022-07-25 11:11:48 +02:00
committed by GitHub
parent d927e89aa9
commit e7832785d2
4 changed files with 289 additions and 140 deletions

View File

@@ -98,6 +98,10 @@ Basic commands:
`:NvimTreeCollapse` Collapses the nvim-tree recursively.
## Api
nvim-tree exposes a public api; see [:help nvim-tree-api](doc/nvim-tree-lua.txt). This is a stable non breaking api.
## Mappings
nvim-tree comes with number of mappings; for default mappings please see [:help nvim-tree-default-mappings](doc/nvim-tree-lua.txt), for way of configuring mappings see [:help nvim-tree-mappings](doc/nvim-tree-lua.txt)