Л
Size: a a a
Л
LL
A
Л
A
Л
DL
I
Л
PG
PG
S
PG
PG
I
BB
(after! lsp-clients
(lsp-register-client
(make-lsp-client :new-connection
(lsp-stdio-connection
(expand-file-name
"~/elixir-ls/release/language_server.sh"))
:major-modes '(elixir-mode)
:priority -1
:server-id 'elixir-ls
:initialized-fn (lambda (workspace)
(with-lsp-workspace workspace
(let ((config `(:elixirLS
(:mixEnv "dev"
:dialyzerEnabled
:json-false))))
(lsp--set-configuration config)))))))
BB
PG
(after! lsp-clients
(lsp-register-client
(make-lsp-client :new-connection
(lsp-stdio-connection
(expand-file-name
"~/elixir-ls/release/language_server.sh"))
:major-modes '(elixir-mode)
:priority -1
:server-id 'elixir-ls
:initialized-fn (lambda (workspace)
(with-lsp-workspace workspace
(let ((config `(:elixirLS
(:mixEnv "dev"
:dialyzerEnabled
:json-false))))
(lsp--set-configuration config)))))))
PG
(after! lsp-clients
(lsp-register-client
(make-lsp-client :new-connection
(lsp-stdio-connection
(expand-file-name
"~/elixir-ls/release/language_server.sh"))
:major-modes '(elixir-mode)
:priority -1
:server-id 'elixir-ls
:initialized-fn (lambda (workspace)
(with-lsp-workspace workspace
(let ((config `(:elixirLS
(:mixEnv "dev"
:dialyzerEnabled
:json-false))))
(lsp--set-configuration config)))))))