Reconfigure Elixir LSP server a little bit
All checks were successful
/ Test config on 20 (push) Successful in 32s
All checks were successful
/ Test config on 20 (push) Successful in 32s
This commit is contained in:
parent
1c0165a510
commit
e7d2eb2271
4 changed files with 46 additions and 18 deletions
|
|
@ -10,6 +10,7 @@
|
|||
(declare-function yas--remove-template-by-uuid 'yasnippet)
|
||||
(declare-function icejam-set-indent 'icejam-prog-mode)
|
||||
(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point)
|
||||
(declare-function icejam-start-eglot 'icejam-eglot)
|
||||
(defvar icejam-language-transient-alist)
|
||||
(defvar icejam-elixir-lang-menu)
|
||||
(defvar apheleia-mode-alist))
|
||||
|
|
@ -44,9 +45,8 @@
|
|||
"All things Elixir."
|
||||
(icejam-set-indent 2)
|
||||
(column-enforce-n 98)
|
||||
(eglot-ensure)
|
||||
|
||||
(icejam-set-eglot-capfs)
|
||||
(icejam-start-eglot)
|
||||
(icejam-delete-elixir-snippets))
|
||||
|
||||
(add-hook 'heex-ts-mode-hook 'icejam-activate-elixir-ts-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue