update all plugins, add qml formatter
This commit is contained in:
parent
86093285e5
commit
1f8444ad78
3 changed files with 74 additions and 72 deletions
|
|
@ -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" }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue