From 2c06db1da2f5a60793e47209438574dd9f2d91d2 Mon Sep 17 00:00:00 2001 From: Guillaume <7831777+GuillaumeOj@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:00:21 +0100 Subject: [PATCH] docs(fix): update reference to disable automatic installation of lsp --- docs/configuration/language-features/language-servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/language-features/language-servers.md b/docs/configuration/language-features/language-servers.md index b4399cad..9b043fd9 100644 --- a/docs/configuration/language-features/language-servers.md +++ b/docs/configuration/language-features/language-servers.md @@ -29,7 +29,7 @@ configure it automatically for you. ### Manual installation ```lua -lvim.lsp.automatic_servers_installation = false +lvim.lsp.installer.setup.automatic_installation = false ``` Please refer to [mason](https://github.com/williamboman/mason.nvim) to see the updated full list of