From be9bcdf083d09bb314be2a897e488d4554bbbae7 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Tue, 4 Aug 2020 15:51:38 +0200 Subject: [PATCH] php ls changes --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 39ec403..a10d181 100644 --- a/init.el +++ b/init.el @@ -511,7 +511,7 @@ initialized with the current directory instead of filename." ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(lsp-clients-php-server-command (quote ("php /home/stefan/Apps/php-language-server/vendor/bin/psalm-language-server")))) + '(lsp-clients-php-server-command (quote ("php /home/stefan/Apps/php-language-server/vendor/felixfbecker/language-server/bin/php-language-server.php")))) (provide 'init) ;;; init.el ends here