Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Please add or update documentation when you make changes, see `:help dev-lua-doc

Help is updated for:
- Default keymap at `keymap.on_attach_default`
- Default config at `--- default-config-start`
- Default config at `--- config-default-start`

## Updating And Generating

Expand Down
22 changes: 22 additions & 0 deletions doc/nvim-tree-lua.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2382,6 +2382,28 @@ get() *nvim_tree.api.commands.get()*
• {opts} (`vim.api.keyset.user_command`) |command-attributes|


==============================================================================
API: config *nvim-tree-api-config*

default() *nvim_tree.api.config.default()*
Default nvim-tree config.

Return: ~
(`nvim_tree.config`) immutable deep clone

global() *nvim_tree.api.config.global()*
Global current nvim-tree config.

Return: ~
(`nvim_tree.config`) immutable deep clone

user() *nvim_tree.api.config.user()*
Reference to config passed to |nvim-tree-setup|

Return: ~
(`nvim_tree.config?`) nil when no config passed to setup


==============================================================================
API: events *nvim-tree-api-events*

Expand Down
Loading
Loading