Update
All checks were successful
/ Test config on 20 (push) Successful in 25s

This commit is contained in:
Maciej 2026-06-01 09:54:38 +03:00
parent bcaa83cfd5
commit 377b95bd7f
Signed by: maciej
GPG key ID: 28243AF437E32F99
7 changed files with 63 additions and 42 deletions

View file

@ -31,13 +31,16 @@
;; Set up server specific switches globally
(setq-default eglot-workspace-configuration
;; Elixir configuration
'(:elixirLS (
'(
:elixirLS (
:autoBuild t
:dialyzerEnabled t
:incrementalDialyzer :json-false
:autoInsertRequiredAlias :json-false
:suggestSpecs t
)))
)
)
)
;; Eglot insists on adding itself to the completion-at-point-functions but
;; that means that it overrides our combined value of (eglot + yasnippet)