emacs elixir lsp config

This commit is contained in:
mehbark 2026-01-27 00:48:49 -05:00
parent 0eca687003
commit 70c16c5861

View file

@ -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) .