(nvim) remove yaml formatter
This commit is contained in:
parent
4ead325d71
commit
507910afd3
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ local formatters_by_ft = {
|
||||||
json = { "prettier", "biome" },
|
json = { "prettier", "biome" },
|
||||||
go = { "gofmt" },
|
go = { "gofmt" },
|
||||||
python = { "autopep8" },
|
python = { "autopep8" },
|
||||||
yaml = { "yamlfmt" },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Function to find the first config file by walking up the directory tree
|
-- Function to find the first config file by walking up the directory tree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue