From afa7d0a5b6eea5a923be65fcfa62746c2cf939ea Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 31 Jul 2024 10:06:11 -0500 Subject: [PATCH] helix: auto-format TOML --- modules/home-manager/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 884decb..994a4d1 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -588,6 +588,12 @@ unit = "\t"; }; } + { + name = "toml"; + file-types = ["toml"]; + scope = "source.toml"; + auto-format = true; + } # { # name = "javascript";