chore(eglot): Ignore inlay hints

This commit is contained in:
kj
2026-02-17 08:07:43 -03:00
parent 98f041de25
commit d1aae27ca8

View File

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