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