aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/mason.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/mason.txt b/doc/mason.txt
index f75b36c4..3a3a9ac6 100644
--- a/doc/mason.txt
+++ b/doc/mason.txt
@@ -239,6 +239,15 @@ Example:
download_url_template = "https://github.com/%s/releases/download/%s/%s",
},
+ -- The provider implementations to use for resolving package metadata (latest version, available versions, etc.).
+ -- Accepts multiple entries, where later entries will be used as fallback should prior providers fail.
+ -- Builtin providers are:
+ -- - mason.providers.registry-api (default) - uses the https://api.mason-registry.dev API
+ -- - mason.providers.client - uses only client-side tooling to resolve metadata
+ providers = {
+ "mason.providers.registry-api",
+ },
+
ui = {
-- Whether to automatically check for new versions when opening the :Mason window.
check_outdated_packages_on_open = true,