diff --git a/lua/conform/formatters/biome.lua b/lua/conform/formatters/biome.lua index 3fb0c088..f6d6ae8e 100644 --- a/lua/conform/formatters/biome.lua +++ b/lua/conform/formatters/biome.lua @@ -5,10 +5,6 @@ return { description = "A toolchain for web projects, aimed to provide functionalities to maintain them.", }, command = "biome", - - -- pending this bug, do not use stdin: https://github.com/biomejs/biome/issues/455 - stdin = false, - args = { "format", "--write", "$FILENAME" }, - -- stdin = true, - -- args = { "format", "--stdin-file-path", "$FILENAME" }, + stdin = true, + args = { "format", "--stdin-file-path", "$FILENAME" }, }