Set intelephense lsp to php-mode.

This commit is contained in:
KJ 2024-09-30 08:15:05 -04:00
parent 95d9746fbf
commit 447b80428b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
:config
(setq eglot-sync-connect 0)
(add-to-list 'eglot-server-programs '(php-ts-mode . ("intelephense" "--stdio")))
(add-to-list 'eglot-server-programs '(php-mode . ("intelephense" "--stdio")))
)
;; Mejorar la velocidad de eglot (un binario en rust )