AutoYADM commit: 2025-03-13 17:15:06
This commit is contained in:
parent
1306e7410d
commit
fb61923267
2 changed files with 16 additions and 2 deletions
|
@ -369,7 +369,7 @@ styleset-name=ashen
|
||||||
# replies on top.
|
# replies on top.
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
#reverse-thread-order=false
|
reverse-thread-order=true
|
||||||
|
|
||||||
# Positions the cursor on the last message in the message list (at the
|
# Positions the cursor on the last message in the message list (at the
|
||||||
# bottom of the view) when opening a new folder.
|
# bottom of the view) when opening a new folder.
|
||||||
|
@ -397,7 +397,7 @@ styleset-name=ashen
|
||||||
# (IMAP server or notmuch), threads will be built by the client.
|
# (IMAP server or notmuch), threads will be built by the client.
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
#threading-enabled=false
|
threading-enabled=true
|
||||||
|
|
||||||
# Force client-side thread building
|
# Force client-side thread building
|
||||||
#
|
#
|
||||||
|
|
|
@ -71,6 +71,7 @@ file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown",
|
||||||
# language-servers = ["ltex-ls-plus", "marksman", "scls"]
|
# language-servers = ["ltex-ls-plus", "marksman", "scls"]
|
||||||
language-servers = ["harper-ls", "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", "-c", "~/.dprint.jsonc"] }
|
||||||
|
# depends on aerc
|
||||||
auto-format = false
|
auto-format = false
|
||||||
|
|
||||||
|
|
||||||
|
@ -98,6 +99,19 @@ name = "mail"
|
||||||
language-servers = ["harper-ls"]
|
language-servers = ["harper-ls"]
|
||||||
# injection-regex = "mail|eml|email"
|
# injection-regex = "mail|eml|email"
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "aerc"
|
||||||
|
scope = "text.aerc"
|
||||||
|
file-types = []
|
||||||
|
shebangs = []
|
||||||
|
roots = []
|
||||||
|
auto-format = true
|
||||||
|
formatter = { command = "/usr/lib/aerc/filters/wrap", args = ["-w", "74"] }
|
||||||
|
|
||||||
|
[[grammar]]
|
||||||
|
name = "aerc"
|
||||||
|
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "ini"
|
name = "ini"
|
||||||
source = { git = "https://github.com/justinmk/tree-sitter-ini", rev = "32b31863f222bf22eb43b07d4e9be8017e36fb31" }
|
source = { git = "https://github.com/justinmk/tree-sitter-ini", rev = "32b31863f222bf22eb43b07d4e9be8017e36fb31" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue