Vue support fixed

This commit is contained in:
Maurice Grönwoldt 2025-09-17 17:53:46 +02:00
commit 70f5f3c859
No known key found for this signature in database
GPG key ID: FBB005FE74FEF996
7 changed files with 62 additions and 26 deletions

View file

@ -6,6 +6,8 @@ return {
},
formatters_by_ft = {
javascript = { "prettierd", "prettier", stop_after_first = true },
typescript = { "prettierd", "prettier", stop_after_first = true },
vue = { "prettierd", "prettier", stop_after_first = true },
rust = { "rustfmt", lsp_format = "fallback" },
java = { "spotless", "google-java-format" },
lua = { "stylua" },