kakoune: highlight cursor line (turn on, and support in themes)

This commit is contained in:
2026-05-19 21:19:45 +02:00
parent caeb94082d
commit 6622539538
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ set-option global startup_info_version 20260412
set-option global ui_options terminal_assistant=none
hook global WinCreate .* %{
add-highlighter window/number-lines number-lines -relative
add-highlighter window/number-lines number-lines -relative -hlcursor
}
add-highlighter global/ show-matching