From d1aae27ca8d55fa969db926056bb72bdbe44b988 Mon Sep 17 00:00:00 2001 From: kj Date: Tue, 17 Feb 2026 08:07:43 -0300 Subject: [PATCH] chore(eglot): Ignore inlay hints --- configs/init-lsp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/init-lsp.el b/configs/init-lsp.el index a80be46..ca4a607 100644 --- a/configs/init-lsp.el +++ b/configs/init-lsp.el @@ -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 )