aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-07 01:01:25 +0200
committerWilliam Boman <william@redwill.se>2022-07-07 01:02:13 +0200
commit8519abf773fbafe66f555075c0a31fb0bea4dc91 (patch)
treed135a62c35f5fb9b8be80d17f17e9ca35d6a8dff /doc
parentfix(logs): use 0.7-compatible stdpath (diff)
downloadmason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar
mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.gz
mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.bz2
mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.lz
mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.xz
mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.tar.zst
mason-8519abf773fbafe66f555075c0a31fb0bea4dc91.zip
chore: adjust some remnants of nvim-lsp-installer
Diffstat (limited to 'doc')
-rw-r--r--doc/mason.txt7
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*