From 95424b40212ce29d09708296823efbdec610fe89 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 30 Sep 2025 10:44:49 +0200 Subject: [PATCH] chore: remove ansible lsp The package was unmaintained in nixpkgs and was removed in unstable. Signed-off-by: Lander Van den Bulcke --- config/plugins/lsp/lsp.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/plugins/lsp/lsp.nix b/config/plugins/lsp/lsp.nix index 8ecd6ce..1f9d826 100644 --- a/config/plugins/lsp/lsp.nix +++ b/config/plugins/lsp/lsp.nix @@ -47,9 +47,6 @@ in terraform.path = "${pkgs.opentofu}/bin/tofu"; }; }; - ansiblels = { - enable = true; - }; jsonls = { enable = true; };