aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-04-28 17:14:21 +0200
committerGitHub <noreply@github.com>2022-04-28 17:14:21 +0200
commit8603cdc1692f2c3078e328a2ed9554cf9047594d (patch)
treeba8f51d83fb4824cdb28572b649ddec7a951fef6 /doc
parentdocs: remove Rust Wiki link (diff)
downloadmason-8603cdc1692f2c3078e328a2ed9554cf9047594d.tar
mason-8603cdc1692f2c3078e328a2ed9554cf9047594d.tar.gz
mason-8603cdc1692f2c3078e328a2ed9554cf9047594d.tar.bz2
mason-8603cdc1692f2c3078e328a2ed9554cf9047594d.tar.lz
mason-8603cdc1692f2c3078e328a2ed9554cf9047594d.tar.xz
mason-8603cdc1692f2c3078e328a2ed9554cf9047594d.tar.zst
mason-8603cdc1692f2c3078e328a2ed9554cf9047594d.zip
feat: add ensure_installed to setup table (#637)
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-lsp-installer.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/nvim-lsp-installer.txt b/doc/nvim-lsp-installer.txt
index 68e1ec5b..c7c5e28b 100644
--- a/doc/nvim-lsp-installer.txt
+++ b/doc/nvim-lsp-installer.txt
@@ -172,6 +172,8 @@ Example: >
The following settings are applied by default. >
local DEFAULT_SETTINGS = {
+ -- A list of servers to automatically install. Example: { "rust_analyzer", "sumneko_lua" }
+ ensure_installed = {},
ui = {
icons = {
-- The list icon to use for installed servers.