From 741711d38d15834628805a59e98dfc8471331753 Mon Sep 17 00:00:00 2001 From: Guillaume Ojardias <7831777+GuillaumeOj@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:25:13 +0100 Subject: [PATCH] docs(fix): update reference to disable automatic installation of lsp (#443) --- 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