diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 770a1e0f..03f9c5e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,11 +15,11 @@ cargo install stylua ## Adding new actions To add a new action, add a file in `actions/name-of-the-action.lua`. You should export a `setup` function if some configuration is needed. -Once you did, you should run the `scripts/update-default-opts.sh` which will update the default documentation in the README and the help file. +Once you did, you should run the `scripts/update-help.sh`. ## Documentation 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-default-opts.sh` which will update the default documentation in the README and the help 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. diff --git a/scripts/update-default-opts.sh b/scripts/update-help.sh similarity index 100% rename from scripts/update-default-opts.sh rename to scripts/update-help.sh