AutoYADM commit: 2025-03-13 17:45:06
This commit is contained in:
parent
76a7c5d0ac
commit
d56c8bbf12
3 changed files with 13 additions and 1 deletions
9
.config/helix/tmp-config/languages.toml
Normal file
9
.config/helix/tmp-config/languages.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[[language]]
|
||||
name = "markdown"
|
||||
file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" }, { glob = "/tmp/aerc-compose-*.eml" }]
|
||||
# language-servers = ["ltex-ls-plus", "marksman", "scls"]
|
||||
language-servers = ["harper-ls", "marksman", "scls"]
|
||||
# formatter = { command = "dprint", args = ["fmt", "--stdin", "md", "-c", "~/.dprint.jsonc"] }
|
||||
# depends on aerc
|
||||
formatter = { command = "/usr/lib/aerc/filters/wrap", args = ["-w", "80"] }
|
||||
auto-format = true
|
Loading…
Add table
Add a link
Reference in a new issue