refactor(php): update magit-psr configuration

This commit is contained in:
kj
2026-06-11 12:56:40 -03:00
parent e011cae8ba
commit f8f76d2bde
2 changed files with 5 additions and 4 deletions

View File

@@ -48,6 +48,7 @@
(add-to-list 'eglot-server-programs '(web-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
(add-to-list 'eglot-server-programs '(html-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
(add-to-list 'eglot-server-programs '(nhtml-mode . ("rass" "--" "htmx-lsp" "--" "intelephense" "--stdio")))
;;(add-to-list 'eglot-server-programs '(markdown-mode . ("marksman")))
(add-to-list 'eglot-ignored-server-capabilities :inlayHintProvider)
)