php ls changes

This commit is contained in:
Stefan Schwarz 2020-08-04 15:51:38 +02:00
parent b778fb1993
commit be9bcdf083

View file

@ -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