This commit is contained in:
parent
bcaa83cfd5
commit
377b95bd7f
7 changed files with 63 additions and 42 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue