update all plugins, add qml formatter

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-19 19:08:59 -05:00
parent 86093285e5
commit 1f8444ad78
3 changed files with 74 additions and 72 deletions

View file

@ -64,6 +64,7 @@ return {
sql = { "sql_formatter", lsp_format = "first" },
lua = { "stylua", lsp_format = "first" },
nix = { "nixfmt", lsp_format = "first" },
qml = { "qmlformat", lsp_format = "first" },
typescript = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
typescriptreact = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
javascript = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),