From 68354d7b425a35c412fc571436c4e57d2225456a Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 18 Aug 2025 09:23:07 +0200 Subject: [PATCH] elixirls is a liability Signed-off-by: Christoph Schmatzler --- modules/darwin/default.nix | 1 - modules/home/neovim/plugins/lsp.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index f2842ed..4cba3d7 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -11,7 +11,6 @@ ../core.nix ../syncthing.nix ../tailscale.nix - ./bin/open-project.nix ./dock ./homebrew.nix ./system.nix diff --git a/modules/home/neovim/plugins/lsp.nix b/modules/home/neovim/plugins/lsp.nix index ed29e53..de4dd12 100644 --- a/modules/home/neovim/plugins/lsp.nix +++ b/modules/home/neovim/plugins/lsp.nix @@ -8,7 +8,7 @@ ts_ls.enable = true; # TS/JS cssls.enable = true; # CSS dockerls.enable = true; # Docker - elixirls.enable = true; # Elixir + # elixirls.enable = true; # Elixir }; }; };