Merge branch 'v0.8' into emmet-ls

This commit is contained in:
raf 2025-11-06 23:01:48 +03:00 committed by GitHub
commit 1ed075d866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,11 +92,8 @@
};
};
defaultFormat = "typstfmt";
defaultFormat = "typstyle";
formats = {
typstfmt = {
package = pkgs.typstfmt;
};
# https://github.com/Enter-tainer/typstyle
typstyle = {
package = pkgs.typstyle;