diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 1f46829b..3067098c 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -65,7 +65,7 @@ name = "markdown" file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" } ] # language-servers = ["ltex-ls-plus", "marksman", "scls"] language-servers = ["harper-ls", "marksman", "scls"] -formatter = { command = "dprint", args = ["fmt", "--stdin", "md", "-c", "~/.dprint.jsonc"] } +formatter = { command = "dprint", args = ["fmt", "--stdin", "md" ] } # depends on aerc auto-format = false