:help nvim-tree.setup -> :help nvim-tree-setup (#1409)

This commit is contained in:
Arthur 2022-07-09 12:10:59 +02:00 committed by GitHub
parent 1e7019f91e
commit fdcdb0ddf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ require("nvim-tree").setup({
}) })
``` ```
For complete list of available configuration options see [:help nvim-tree.setup](doc/nvim-tree-lua.txt) For complete list of available configuration options see [:help nvim-tree-setup](doc/nvim-tree-lua.txt)
Each option is documented in `:help nvim-tree.OPTION_NAME`. Nested options can be accessed by appending `.`, for example [:help nvim-tree.view.mappings](doc/nvim-tree-lua.txt) Each option is documented in `:help nvim-tree.OPTION_NAME`. Nested options can be accessed by appending `.`, for example [:help nvim-tree.view.mappings](doc/nvim-tree-lua.txt)