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 = {