Update: 2024-11-29

This commit is contained in:
2024-11-29 10:13:12 +02:00
parent a0fd8d93e2
commit 41b7eb733a
15 changed files with 146 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
local js = { "biome", "biome-check", "rustywind" }
local js = { "biome", "biome-check" }
return {
"stevearc/conform.nvim",
event = { "BufWritePre" },
@@ -15,6 +15,8 @@ return {
opts = {
formatters_by_ft = {
lua = { "stylua" },
css = { "prettier" },
scss = { "prettier" },
python = { "ruff", "ruff_fix", "ruff_organize_imports" },
go = { "goimports", "gofmt" },
javascript = js,