From d2babf8808cabff2447592f1ccdf6aedfde81748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 18 Jan 2025 11:45:33 +0100 Subject: [PATCH] fix(nvim): remove nixd LSP It is now incompatible with Lix. --- nvim/dev-plugins.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/dev-plugins.nix b/nvim/dev-plugins.nix index 682f400..7659912 100644 --- a/nvim/dev-plugins.nix +++ b/nvim/dev-plugins.nix @@ -15,7 +15,6 @@ let # "html" # Not writing html "jsonls" "marksman" - "nixd" "ruff" "taplo" # "texlab" # Not using it