AutoYADM commit: 2025-04-01 15:30:17

This commit is contained in:
Daniel Fichtinger 2025-04-01 15:30:17 -04:00
parent 34a2dc8d04
commit 46a84b5c77
2 changed files with 7 additions and 1 deletions

View file

@ -79,7 +79,8 @@ file-types = [
]
# language-servers = ["ltex-ls-plus", "marksman", "scls"]
language-servers = ["harper-ls", "marksman", "scls"]
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

View file

@ -0,0 +1,5 @@
#!/bin/fish
cat | markdown-toc --bullets - --no-firsth1 - | dprint fmt --stdin md
# set -l input (cat)