Update 2024-06-13

This commit is contained in:
Kristofers Solo
2024-06-13 17:58:51 +03:00
parent fa1adf8188
commit ac77ae7902
22 changed files with 201 additions and 221 deletions

View File

@@ -17,19 +17,18 @@ return {
lua = { "stylua" },
python = { "auto_optional", "ruff", "ruff_fix", "ruff_organize_imports" },
go = { "goimports", "gofmt" },
-- toml = { "taplo" },
javascript = js,
javascriptreact = js,
typescript = js,
typescriptreact = js,
markdown = { "cbfmt", "markdownlint" },
vimwiki = { "cbfmt", "markdownlint" },
markdown = { "cbfmt", "markdownlint", "markdown-toc" },
vimwiki = { "cbfmt", "markdownlint", "markdown-toc" },
c = { "clang-format" },
cpp = { "clang-format" },
cmake = { "cmake_format" },
htmldjango = { "djlint", "rustywind" },
html = { "djlint", "rustywind" },
typst = { "typstyle" },
-- typst = { "typstyle", "typstfmt" },
rust = { "rustfmt", "leptosfmt", "yew-fmt" },
sql = { "pg_format" },
yaml = { "yamlfmt" },