From 51592e25008460e6598800f3dd1a4efe4b1edff8 Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 28 Nov 2024 22:12:50 +0800 Subject: [PATCH] update conform formatters --- config/plugins/lsp/conform.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/plugins/lsp/conform.nix b/config/plugins/lsp/conform.nix index 5e7a134..c6563f8 100644 --- a/config/plugins/lsp/conform.nix +++ b/config/plugins/lsp/conform.nix @@ -13,6 +13,8 @@ # Map of filetype to formatters. formattersByFt = { c = ["clang-format"]; + haskell = ["stylish-haskell"]; + lua = ["stylua"]; nix = ["alejandra"]; }; };