1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-08 01:51:05 +01:00

plugins/conform-nvim/formatter-packages: add package for tclfmt

This commit is contained in:
Gaetan Lepage 2025-12-04 10:06:18 +01:00 committed by Gaétan Lepage
parent f5d09df2c8
commit f15023fccc

View file

@ -80,7 +80,6 @@ in
spotless_maven = states.unpackaged;
standard-clj = states.unpackaged;
standardjs = states.unpackaged;
tclfmt = states.unpackaged;
tlint = states.unpackaged;
twig-cs-fixer = states.unpackaged;
typstfmt = states.unpackaged;
@ -150,6 +149,7 @@ in
standardrb = rubyPackages.standard;
styler = R;
inherit (rubyPackages) syntax_tree;
tclfmt = tclint;
terraform_fmt = tenv;
terragrunt_hclfmt = terragrunt;
tofu_fmt = opentofu;