Kakoune: make number-lines highlighter belong to window scope as peneira expects
This commit is contained in:
parent
08a7b1edb7
commit
ef5af56cb6
|
@ -19,7 +19,9 @@ set-face global WhitespaceIndent +d@comment
|
||||||
set global ui_options terminal_assistant=cat
|
set global ui_options terminal_assistant=cat
|
||||||
|
|
||||||
# Enable line numbers
|
# Enable line numbers
|
||||||
addhl global/ number-lines
|
hook global WinCreate .* %{
|
||||||
|
addhl window/number-lines number-lines
|
||||||
|
}
|
||||||
|
|
||||||
set global grepcmd "rg --line-number --no-column --no-heading --color=never "
|
set global grepcmd "rg --line-number --no-column --no-heading --color=never "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue