mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: add typstyle formatter
This commit is contained in:
parent
da19031199
commit
bb1414cd0e
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
||||||
html = [ "prettier" ];
|
html = [ "prettier" ];
|
||||||
javascript = [ "prettier" ];
|
javascript = [ "prettier" ];
|
||||||
typescript = [ "prettier" ];
|
typescript = [ "prettier" ];
|
||||||
|
typst = [ "typstyle" ];
|
||||||
# "*" = ["codespell"];
|
# "*" = ["codespell"];
|
||||||
"_" = [ "trim_whitespace" ];
|
"_" = [ "trim_whitespace" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue