From f6df2dd1a24e31d472803a4e1b61be1dab297381 Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 4 Nov 2024 20:52:54 +0800 Subject: [PATCH] remove stylish-haskell --- config/plugins/lsp/conform.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/plugins/lsp/conform.nix b/config/plugins/lsp/conform.nix index 0e11ddb..5e7a134 100644 --- a/config/plugins/lsp/conform.nix +++ b/config/plugins/lsp/conform.nix @@ -14,7 +14,6 @@ formattersByFt = { c = ["clang-format"]; nix = ["alejandra"]; - haskell = ["stylish-haskell"]; }; };