do highlight at bufnewfile and bufopenfile

main
xenia 2023-11-12 20:20:20 +01:00
parent 326cb00da5
commit 05319779a3
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ define-command tree-always-highlight -docstring %{
Highlight the current node at all times, as the cursor moves
} %{
hook -group tree-always-highlight global RawKey .* tree-node-highlight
tree-node-highlight
hook -group tree-always-highlight global BufNewFile .* tree-node-highlight
hook -group tree-always-highlight global BufOpenFile .* tree-node-highlight
}
define-command tree-always-highlight-disable -docstring %{