From cbe0c4427d51a828fbf7eba40f6f5b0610a8ad05 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 21 Oct 2023 13:53:06 +1100 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51bb45776d2..ceeec034747 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ Thank you for contributing. +See [Development](https://github.com/nvim-tree/nvim-tree.lua/wiki/Development) for environment setup, tips and tools. + ## Styling and formatting Code is formatted using luacheck, and linted using stylua. @@ -24,7 +26,7 @@ Once you did, you should run the `scripts/update-help.sh`. When adding new options, you should declare the defaults in the main `nvim-tree.lua` file. Once you did, you should run the `scripts/update-help.sh`. -Documentation for options should also be added, see how this is done after `nvim-tree.disable_netrw` in the `nvim-tree-lua.txt` file. +Documentation for options should also be added to `nvim-tree-opts` in `doc/nvim-tree-lua.txt` ## Pull Request