Skip to content

Commit 8b4dbc5

Browse files
authored
docs: update CONTRIBUTING.md (#2485)
1 parent 40b9b88 commit 8b4dbc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Thank you for contributing.
44

5+
See [Development](https://github.com/nvim-tree/nvim-tree.lua/wiki/Development) for environment setup, tips and tools.
6+
57
## Styling and formatting
68

79
Code is formatted using luacheck, and linted using stylua.
@@ -24,7 +26,7 @@ Once you did, you should run the `scripts/update-help.sh`.
2426
When adding new options, you should declare the defaults in the main `nvim-tree.lua` file.
2527
Once you did, you should run the `scripts/update-help.sh`.
2628

27-
Documentation for options should also be added, see how this is done after `nvim-tree.disable_netrw` in the `nvim-tree-lua.txt` file.
29+
Documentation for options should also be added to `nvim-tree-opts` in `doc/nvim-tree-lua.txt`
2830

2931
## Pull Request
3032

0 commit comments

Comments
 (0)