AutoYADM commit: 2025-02-19 02:15:07

This commit is contained in:
Daniel Fichtinger 2025-02-19 02:15:07 -05:00
parent 6041e90f87
commit 7f2083abd2
3 changed files with 2 additions and 1 deletions

View file

@ -57,6 +57,7 @@ skip-levels = 1
enable = true enable = true
[keys.normal] [keys.normal]
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
"\\" = ":format" "\\" = ":format"
"+" = ":reflow" "+" = ":reflow"
ret = "goto_word" ret = "goto_word"

View file

@ -0,0 +1 @@
/home/fic/dev/tree-sitter-mail/mail.so

View file

@ -8,7 +8,7 @@
(header_separator) @punctuation.delimiter (header_separator) @punctuation.delimiter
(header_subject (header_subject
(header_unstructured) @markup.heading) (header_unstructured) @markup.bold)
(header_other (header_other
(header_unstructured) @comment) (header_unstructured) @comment)