mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-24 21:50:13 +01:00
Merge pull request #1215 from c2fc2f/main
langauges/typst: remove typstfmt
This commit is contained in:
commit
3d3cd87978
1 changed files with 1 additions and 4 deletions
|
|
@ -57,11 +57,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
defaultFormat = "typstfmt";
|
||||
defaultFormat = "typstyle";
|
||||
formats = {
|
||||
typstfmt = {
|
||||
package = pkgs.typstfmt;
|
||||
};
|
||||
# https://github.com/Enter-tainer/typstyle
|
||||
typstyle = {
|
||||
package = pkgs.typstyle;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue