Try eglot with flymake instead flycheck.

This commit is contained in:
kj
2022-11-22 19:35:03 -04:00
parent 099ddda6db
commit 14ecdc2269
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
;; (add-to-list 'eglot-server-programs '(css-mode . ("vscode-css-language-server" "--stdio")))
;; (add-to-list 'eglot-server-programs '(html-mode . ("vscode-html-language-server" "--stdio")))
(add-hook 'eglot--managed-mode-hook (lambda () (flymake-mode -1)))
;; (add-hook 'eglot--managed-mode-hook (lambda () (flymake-mode -1)))
)
;; Emmet (mientras veo como hacer funcionar emmet-ls)