From 70c16c5861d92e3c012f59ad05b93bea827c565a Mon Sep 17 00:00:00 2001 From: mehbark Date: Tue, 27 Jan 2026 00:48:49 -0500 Subject: [PATCH] emacs elixir lsp config --- init.el.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el.nix b/init.el.nix index b6fe961..f3ec313 100644 --- a/init.el.nix +++ b/init.el.nix @@ -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 (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 (add-to-list 'eglot-server-programs '((rust-ts-mode rust-mode) .