mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -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" ];
|
||||
javascript = [ "prettier" ];
|
||||
typescript = [ "prettier" ];
|
||||
typst = [ "typstyle" ];
|
||||
# "*" = ["codespell"];
|
||||
"_" = [ "trim_whitespace" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue