diff --git a/lua/lsp/server.lua b/lua/lsp/server.lua index f110d3b..58d111d 100644 --- a/lua/lsp/server.lua +++ b/lua/lsp/server.lua @@ -309,7 +309,7 @@ function M.new(name, config) if not M.validate(name, config) then return end - local ok, resp = pcall(require, "lspconfig.server_configurations." .. name) + local ok, resp = pcall(require, "lspconfig.configs." .. name) if not ok then utils.err(("Server with name %s does not exist in lspconfig"):format(name)) return