emacs elixir lsp config
This commit is contained in:
parent
0eca687003
commit
70c16c5861
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ If the new path's directories does not exist, create them."
|
||||||
|
|
||||||
;; Sometimes you need to tell Eglot where to find the language server
|
;; Sometimes you need to tell Eglot where to find the language server
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'(elixir-ts-mode "${pkgs.elixir-ls}/bin/elixir-ls"))
|
'(elixir-ts-mode "expert" "--stdio"))
|
||||||
; i could nixify the rust-analyzer bin path buuuut
|
; i could nixify the rust-analyzer bin path buuuut
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'((rust-ts-mode rust-mode) .
|
'((rust-ts-mode rust-mode) .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue