From 8e6ce0f386e62a3e34cc233b1424fd2329d1384c Mon Sep 17 00:00:00 2001 From: Nikos Papadakis Date: Thu, 19 Oct 2023 17:19:20 +0300 Subject: [PATCH] nvim --- nvim/after/plugin/lspconfig.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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