(nvim) remove yaml formatter

This commit is contained in:
jc 2025-04-08 13:38:41 -04:00
commit 507910afd3

View file

@ -10,7 +10,6 @@ local formatters_by_ft = {
json = { "prettier", "biome" },
go = { "gofmt" },
python = { "autopep8" },
yaml = { "yamlfmt" },
}
-- Function to find the first config file by walking up the directory tree