aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-07-16 16:27:56 +0200
committerGitHub <noreply@github.com>2022-07-16 14:27:56 +0000
commitdc8ff2ad406dd66cfd19f11b038506dc7705becd (patch)
treef913d4c9452a491ef6124e6c99dd3113b2b01f7c /lua
parentfix(scripts): prepend rtp and packpath (#82) (diff)
downloadmason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.gz
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.bz2
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.lz
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.xz
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.tar.zst
mason-dc8ff2ad406dd66cfd19f11b038506dc7705becd.zip
docs: updates (#83)
Diffstat (limited to 'lua')
-rw-r--r--lua/mason-lspconfig/settings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-lspconfig/settings.lua b/lua/mason-lspconfig/settings.lua
index 23d1bdfb..a405f95c 100644
--- a/lua/mason-lspconfig/settings.lua
+++ b/lua/mason-lspconfig/settings.lua
@@ -2,7 +2,7 @@ local M = {}
---@class MasonLspconfigSettings
local DEFAULT_SETTINGS = {
- -- A list of servers to automatically install if they're not already installed. Example: { "rust-analyzer@nightly", "sumneko_lua" }
+ -- A list of servers to automatically install if they're not already installed. Example: { "rust_analyzer@nightly", "sumneko_lua" }
-- This setting has no relation with the `automatic_installation` setting.
ensure_installed = {},