From fdcdb0ddf34701f9b78bd3cdb2746150dca7bd57 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sat, 9 Jul 2022 12:10:59 +0200 Subject: [PATCH] :help nvim-tree.setup -> :help nvim-tree-setup (#1409) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acc31f36..c02729d0 100644 --- a/README.md +++ b/README.md @@ -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)