From 16f98ffe582fe1273f442ce0a213a7dfef88535d Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 22 Dec 2024 08:23:07 +0800 Subject: [PATCH] install some 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 c6563f8..41ea48f 100644 --- a/config/plugins/lsp/conform.nix +++ b/config/plugins/lsp/conform.nix @@ -22,6 +22,8 @@ # Install our formatters. extraPackages = with pkgs; [ alejandra + clang-tools stylish-haskell + stylua ]; }