diff --git a/nvim/after/plugin/lspconfig.lua b/nvim/after/plugin/lspconfig.lua index 522a27a..e3c7b55 100644 --- a/nvim/after/plugin/lspconfig.lua +++ b/nvim/after/plugin/lspconfig.lua @@ -172,9 +172,7 @@ local servers = { documentFormatting = false, }, }, - psalm = { - cmd = { "vendor/bin/psalm-language-server" }, - }, + psalm = {}, } for lsp, settings in pairs(servers) do