Do not allow multiple instances of lsp package

This commit is contained in:
2023-09-25 16:15:24 +02:00
parent ac35b77c87
commit 0f5af480d7
3 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ local function setup()
-- A list of servers to automatically install if they're not already installed. Example: { "rust_analyzer@nightly", "lua_ls" }
-- This setting has no relation with the `automatic_installation` setting.
---@type string[]
ensure_installed = require("lsp"):language_servers(),
ensure_installed = require("lsp").language_servers(),
})
end