diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index c5e63d4..74c3179 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -32,7 +32,7 @@ args = ["server", "-m", "stream"] [[language]] name = "toml" -formatter = { command = "taplo", args = ["fmt", "-"] } +formatter = { command = "taplo", args = ["fmt"] } [[grammar]] name = "graphql"