Use intelephense as the php lsp.
This commit is contained in:
@ -39,13 +39,12 @@
|
||||
(eglot-ensure))))
|
||||
((markdown-mode yaml-mode yaml-ts-mode) . eglot-ensure))
|
||||
:init
|
||||
(setq read-process-output-max (* 1024 1024)) ; 1MB
|
||||
(setq read-process-output-max (* 4 1024 1024)) ; 4MB
|
||||
(setq eglot-autoshutdown t
|
||||
eglot-events-buffer-size 0
|
||||
eglot-send-changes-idle-time 0.5)
|
||||
:config
|
||||
(setq eglot-sync-connect 0)
|
||||
;; (add-to-list 'eglot-server-programs '(php-mode . ("intelephense" "--stdio")))
|
||||
(add-to-list 'eglot-server-programs '(php-mode . ("intelephense" "--stdio")))
|
||||
|
||||
(add-to-list 'eglot-server-programs
|
||||
'((tsx-ts-mode
|
||||
|
Reference in New Issue
Block a user