1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

Compare commits

...

2 commits

Author SHA1 Message Date
Gaetan Lepage
d672f238af tests/efmls-configs: disable typstfmt (deprecated upstream) 2025-11-07 10:32:50 +01:00
Gaetan Lepage
450a8b8180 plugins/conform-nvim: disable typstfmt (deprecated upstream) 2025-11-07 10:15:07 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,7 @@ rec {
injected = null; # Internal formatter injected = null; # Internal formatter
trim_newlines = null; # Conform native formatter trim_newlines = null; # Conform native formatter
trim_whitespace = null; # Conform native formatter trim_whitespace = null; # Conform native formatter
typstfmt = null; # Deprecated
auto_optional = sType.unpackaged; auto_optional = sType.unpackaged;
bake = sType.unpackaged; bake = sType.unpackaged;

View file

@ -21,7 +21,10 @@
"JSON" "JSON"
]; ];
brokenTools = [ ]; brokenTools = [
# deprecated
"typstfmt"
];
# TODO: respect unpackaged from generated # TODO: respect unpackaged from generated
unpackaged = [ unpackaged = [