diff --git a/doc/rocks.txt b/doc/rocks.txt index 21111e92..edc99ff5 100644 --- a/doc/rocks.txt +++ b/doc/rocks.txt @@ -64,10 +64,10 @@ RocksOpts *RocksOpts* {config_path?} (string) Rocks declaration file path. Defaults to `rocks.toml` in `vim.fn.stdpath("config")`. {luarocks_binary?} (string) Luarocks binary path. Defaults to `{rocks_path}/bin/luarocks`. {lazy?} (boolean) Whether to query luarocks.org lazily. Defaults to `false`. Setting this to `true` may improve startup time, but features like auto-completion will lag initially. - {dynamic_rtp?} (boolean) Whether to automatically add freshly installed plugins to the 'runtimepath' (Default: `true` for the best default experience). - {generate_help_pages?} (boolean) Whether to re-generate plugins help pages after installation/upgrade (Default: `true)`. + {dynamic_rtp?} (boolean) Whether to automatically add freshly installed plugins to the 'runtimepath'. Defaults to `true` for the best default experience. + {generate_help_pages?} (boolean) Whether to re-generate plugins help pages after installation/upgrade. {reinstall_dev_rocks_on_update?} (boolean) Whether to reinstall 'dev' rocks on update (Default: `true`, as rocks.nvim cannot determine if 'dev' rocks are up to date). - {enable_luarocks_loader?} (boolean) Whether to use the luarocks loader to support multiple dependencies (Default: `true`). + {enable_luarocks_loader?} (boolean) Whether to use the luarocks loader to support multiple dependencies (Default: `true`) {luarocks_config?} (string) Path to the luarocks config. If not set, rocks.nvim will create one in `rocks_path`. Warning: You should include the settings in the default luarocks-config.lua before overriding this.