diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/mason.txt b/doc/mason.txt index e698a006..6d6ecbd9 100644 --- a/doc/mason.txt +++ b/doc/mason.txt @@ -161,11 +161,11 @@ Example: }, -- Controls to which degree logs are written to the log file. It's useful to set this to vim.log.levels.DEBUG when - -- debugging issues with server installations. + -- debugging issues with package installations. log_level = vim.log.levels.INFO, - -- Limit for the maximum amount of servers to be installed at the same time. Once this limit is reached, any further - -- servers that are requested to be installed will be put in a queue. + -- Limit for the maximum amount of packages to be installed at the same time. Once this limit is reached, any further + -- packages that are requested to be installed will be put in a queue. max_concurrent_installers = 4, github = { @@ -178,6 +178,7 @@ Example: }, } + ============================================================================== DOWNLOAD MIRRORS *mason-download-mirrors* |
