From 4fb3e4d5ee10d07529c99d2494b214a6fef27658 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 30 Apr 2024 20:49:12 +0200 Subject: [PATCH] fix: taplo formatter Signed-off-by: kjuulh --- dot_config/helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"