From 35bee89e0368bde576ed474ec73a25ba44d613f7 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 2 Apr 2025 10:50:24 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-02 10:50:24 --- .config/helix/languages.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 11e36603..dd65c18d 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -79,8 +79,8 @@ file-types = [ ] # language-servers = ["ltex-ls-plus", "marksman", "scls"] language-servers = ["harper-ls", "marksman", "scls"] -formatter = { command = "/home/fic/.config/helix/scripts/format_markdown.fish", args = [] } -# formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] } +# formatter = { command = "/home/fic/.config/helix/scripts/format_markdown.fish", args = [] } +formatter = { command = "dprint", args = ["fmt", "--stdin", "md"] } # depends on aerc auto-format = false