From e09ea7ed8d97d65db7d68fae4ce5e9d8ca041270 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 7 Oct 2024 21:10:44 +0900 Subject: [PATCH] Remove unused markdown-oxide from a zed LSP The official site does not clarify this tool realizes what thing ref: GH-729 --- home-manager/helix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/helix.nix b/home-manager/helix.nix index 9aaad716..9a63d7a6 100644 --- a/home-manager/helix.nix +++ b/home-manager/helix.nix @@ -132,7 +132,6 @@ in formatter = mkDprint "md"; language-servers = [ "marksman" - "markdown-oxide" "typos" ]; }