From f8e14c90f62f3e31ec419395ba19a6a956774349 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 17 Aug 2025 18:08:22 +0200 Subject: [PATCH] Helix: add config for sqlformat --- modules/hm/helix.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/hm/helix.nix b/modules/hm/helix.nix index bbf556e..e56390a 100644 --- a/modules/hm/helix.nix +++ b/modules/hm/helix.nix @@ -22,8 +22,13 @@ } { name = "typst"; - auto-format = true; formatter.command = "typstyle"; + auto-format = true; + } + { + name = "sql"; + formatter.command = "sql-formatter"; + auto-format = true; } ]; languages.language-server = {