aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/settings.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/settings.lua')
-rw-r--r--lua/nvim-lsp-installer/settings.lua6
1 files changed, 0 insertions, 6 deletions
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,