diff --git a/nvim/lua/juancwu/plugins/conform.lua b/nvim/lua/juancwu/plugins/conform.lua index cfae285..7a217f2 100644 --- a/nvim/lua/juancwu/plugins/conform.lua +++ b/nvim/lua/juancwu/plugins/conform.lua @@ -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