From 9ee7dea425415ca65cce85effe318ab9d9f92411 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 19 Mar 2024 22:42:17 +0000 Subject: [PATCH] docs(generated): update doc/rocks.txt skip-checks: true --- doc/rocks.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/rocks.txt b/doc/rocks.txt index f5085e8b..aabac52b 100644 --- a/doc/rocks.txt +++ b/doc/rocks.txt @@ -57,12 +57,13 @@ rocks.nvim configuration *rocks.config* RocksOpts *RocksOpts* Fields: ~ - {rocks_path?} (string) Local path in your filesystem to install rocks. Defaults to a `rocks` directory in `vim.fn.stdpath("data")`. - {config_path?} (string) Rocks declaration file path. Defaults to `rocks.toml` in `vim.fn.stdpath("config")`. - {luarocks_binary?} (string) Luarocks binary path. Defaults to `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'. Defaults to `true` for the best default experience. - {generate_help_pages?} (boolean) Whether to re-generate plugins help pages after installation/upgrade. + {rocks_path?} (string) Local path in your filesystem to install rocks. Defaults to a `rocks` directory in `vim.fn.stdpath("data")`. + {config_path?} (string) Rocks declaration file path. Defaults to `rocks.toml` in `vim.fn.stdpath("config")`. + {luarocks_binary?} (string) Luarocks binary path. Defaults to `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'. 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). ==============================================================================