From 6e390ac29a97e8f07661a3dbb2f7e4ddf10fdc11 Mon Sep 17 00:00:00 2001 From: William Boman Date: Fri, 29 Oct 2021 16:08:21 +0200 Subject: breaking change: remove federated server mechanism (#207) Users will have to reinstall the following servers: - cssls - html - jsonls --- lua/nvim-lsp-installer/settings.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/nvim-lsp-installer/settings.lua') diff --git a/lua/nvim-lsp-installer/settings.lua b/lua/nvim-lsp-installer/settings.lua index 66c59e19..a9a4bf74 100644 --- a/lua/nvim-lsp-installer/settings.lua +++ b/lua/nvim-lsp-installer/settings.lua @@ -40,12 +40,6 @@ local DEFAULT_SETTINGS = { -- debugging issues with server installations. log_level = vim.log.levels.INFO, - -- Whether to allow LSP servers to share the same installation directory. For some servers, this effectively causes - -- more than one server to be installed (and uninstalled) when executing `:LspInstall` and `:LspUninstall`. For - -- example, installing `cssls` will also install both `jsonls` and `html` (and the other ways around), as these all - -- share the same underlying package. - allow_federated_servers = true, - -- Limit for the maximum amount of servers to be installed at the same time. Once this limit is reached, any further -- servers that are requested to be installed will be put in a queue. max_concurrent_installers = 4, -- cgit v1.2.3-70-g09d2