Update 2024-06-25

This commit is contained in:
Kristofers Solo
2024-06-25 09:26:26 +03:00
parent ac77ae7902
commit fe927a0e6c
14 changed files with 112 additions and 73 deletions

View File

@@ -23,12 +23,13 @@ return {
typescriptreact = js,
markdown = { "cbfmt", "markdownlint", "markdown-toc" },
vimwiki = { "cbfmt", "markdownlint", "markdown-toc" },
json = { "jq" },
c = { "clang-format" },
cpp = { "clang-format" },
cmake = { "cmake_format" },
htmldjango = { "djlint", "rustywind" },
html = { "djlint", "rustywind" },
-- typst = { "typstyle", "typstfmt" },
typst = { "typstyle", "typstfmt" },
rust = { "rustfmt", "leptosfmt", "yew-fmt" },
sql = { "pg_format" },
yaml = { "yamlfmt" },