AutoYADM commit: 2025-02-19 02:15:07
This commit is contained in:
parent
6041e90f87
commit
7f2083abd2
3 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Binary file not shown.
1
.config/helix/runtime/grammars/mail.so
Symbolic link
1
.config/helix/runtime/grammars/mail.so
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/home/fic/dev/tree-sitter-mail/mail.so
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue