File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Thank you for contributing.
4
4
5
+ See [ Development] ( https://github.com/nvim-tree/nvim-tree.lua/wiki/Development ) for environment setup, tips and tools.
6
+
5
7
## Styling and formatting
6
8
7
9
Code is formatted using luacheck, and linted using stylua.
@@ -24,7 +26,7 @@ Once you did, you should run the `scripts/update-help.sh`.
24
26
When adding new options, you should declare the defaults in the main ` nvim-tree.lua ` file.
25
27
Once you did, you should run the ` scripts/update-help.sh ` .
26
28
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`
28
30
29
31
## Pull Request
30
32
You can’t perform that action at this time.
0 commit comments