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

plugins/conform-nvim: disable typstfmt (deprecated upstream)

This commit is contained in:
Gaetan Lepage 2025-11-07 10:15:07 +01:00
parent 6dcfa84ef8
commit 450a8b8180

View file

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