swithc php language server
This commit is contained in:
parent
9c26c2a5e9
commit
0ab1fa8516
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -282,7 +282,7 @@
|
|||
(make-lsp-client
|
||||
:new-connection
|
||||
(lsp-stdio-connection
|
||||
'("php" "/home/stefan/vendor/felixfbecker/language-server/bin/php-language-server.php"))
|
||||
'("nix-shell" "-p" "nodePackages.intelephense" "--run" "intelephense --stdio"))
|
||||
:major-modes '(php-mode)
|
||||
:server-id 'php-custom))
|
||||
(add-to-list 'lsp-language-id-configuration '(puppet-mode . "php-custom"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue