AutoYADM commit: 2025-03-13 18:00:06
This commit is contained in:
parent
d56c8bbf12
commit
bae18f53b1
5 changed files with 10 additions and 13 deletions
|
@ -629,7 +629,7 @@ always-show-mime=true
|
||||||
# Specifies the command to run the editor with. It will be shown in an embedded
|
# Specifies the command to run the editor with. It will be shown in an embedded
|
||||||
# terminal, though it may also launch a graphical window if the environment
|
# terminal, though it may also launch a graphical window if the environment
|
||||||
# supports it. Defaults to $EDITOR, or vi.
|
# supports it. Defaults to $EDITOR, or vi.
|
||||||
editor=(cd /tmp && hx)
|
editor=/home/fic/.config/aerc/helix-config/hx.sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# When set, aerc will create and read .eml files for composing that have
|
# When set, aerc will create and read .eml files for composing that have
|
||||||
|
|
6
.config/aerc/helix-config/.helix/languages.toml
Normal file
6
.config/aerc/helix-config/.helix/languages.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[[language]]
|
||||||
|
name = "markdown"
|
||||||
|
file-types = [{ glob = "/tmp/aerc-compose-*.eml" }]
|
||||||
|
language-servers = ["harper-ls", "marksman", "scls"]
|
||||||
|
formatter = { command = "/usr/lib/aerc/filters/wrap", args = ["-w", "74"] }
|
||||||
|
auto-format = true
|
3
.config/aerc/helix-config/hx.sh
Executable file
3
.config/aerc/helix-config/hx.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/env bash
|
||||||
|
|
||||||
|
cd ~/.config/aerc/helix-config && hx "$@"
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/env bash
|
|
||||||
|
|
||||||
cd /tmp && hx "$@"
|
|
|
@ -1,9 +0,0 @@
|
||||||
[[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