Do not allow multiple instances of lsp package
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user