Compare commits

..

2 Commits

Author SHA1 Message Date
kj
d1aae27ca8 chore(eglot): Ignore inlay hints 2026-02-17 08:07:43 -03:00
kj
98f041de25 chore: Add ignore patterns for ECA and Codeium 2026-02-17 08:06:56 -03:00
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -37,3 +37,5 @@ workspace/
/auto-save-list/
/*.eld
/.custom.el
/eca/
/codeium/

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 )