diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-lspconfig/settings.lua | 2 |
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 = {}, |
