emacs: Don't let eglot use flymake
This commit is contained in:
parent
d008edea1b
commit
7165e0afb2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue