Kakoune: make number-lines highlighter belong to window scope as peneira expects
This commit is contained in:
parent
08a7b1edb7
commit
ef5af56cb6
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ set-face global WhitespaceIndent +d@comment
|
|||
set global ui_options terminal_assistant=cat
|
||||
|
||||
# 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 "
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue