From 964f0a9c82658623a5f897cf52235eb5f37dcbb9 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 23 Oct 2023 17:06:48 +0200 Subject: [PATCH] Remove Bash formatter --- .config/helix/languages.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 67d4331..b57df1c 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -18,11 +18,6 @@ roots = ["pyproject.toml"] formatter = { command = "black", args = ["-q", "-"] } auto-format = true -[[language]] -name = "bash" -formatter = { command = "beautysh", args = ["-"] } -auto-format = true - [[language]] name = "markdown" formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo8it/.config/dprint.json", "--stdin", "md"] }