AutoYADM commit: 2025-05-20 23:10:39

This commit is contained in:
Daniel Fichtinger 2025-05-20 23:10:39 -04:00
parent b942c62530
commit 7a112c1679
4 changed files with 154 additions and 3 deletions

View file

@ -7,8 +7,8 @@ require-module fishr
require-module peneira
try %{
set-option global ashen_dynamic_cursor true
set-option global ashen_eol_cursor true
set-option global ashen_dynamic_cursor true
set-option global ashen_eol_cursor true
}
# disable clippy
set-option global ui_options terminal_assistant=none
@ -31,13 +31,13 @@ define-command -override tree-sitter-user-after-highlighter %{
add-highlighter global/bracket regex [\[\]\(\)\{\}]{1} 0:rgb:737373
# special highlighting for escaped goodies in regex
add-highlighter global/regex-escaped regex \\[\[\]\(\)\{\}fnrtv0\\dwshDWSH] 0:rgb:e5e5e5
add-highlighter global/ show-whitespaces -lf "" -tab "" -only-trailing
# add-highlighter global/ show-matching
hook global WinCreate .* %{
ui-wrap-enable
ui-scrolloff-toggle
add-highlighter window/number-lines number-lines -hlcursor -relative -separator " "
add-highlighter window/show-whitespaces show-whitespaces -only-trailing # -lf "" -tab "" -only-trailing
}
map -docstring "quit" global user q ": q<ret>"