emacs: Don't let eglot use flymake

This commit is contained in:
Erwin Boskma 2023-10-05 14:58:08 +02:00
parent d008edea1b
commit 7165e0afb2
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -1030,6 +1030,7 @@ Automatically use the =<lang>-ts-mode= when it is available
'(conf-toml-mode . ("taplo" "lsp" "stdio"))) '(conf-toml-mode . ("taplo" "lsp" "stdio")))
(add-to-list 'eglot-server-programs (add-to-list 'eglot-server-programs
'((elixir-mode elixir-ts-mode heex-ts-mode) . ("elixir-ls"))) '((elixir-mode elixir-ts-mode heex-ts-mode) . ("elixir-ls")))
(add-to-list 'eglot-stay-out-of 'flymake)
(setq eglot-autoshutdown t (setq eglot-autoshutdown t
eldoc-echo-area-use-multiline-p 0.1) eldoc-echo-area-use-multiline-p 0.1)
:hook :hook