AutoYADM commit: 2025-05-24 18:17:39
This commit is contained in:
parent
74bb404a6d
commit
9635801540
1 changed files with 7 additions and 0 deletions
7
.config/kak/autoload/tree-sitter.kak
Normal file
7
.config/kak/autoload/tree-sitter.kak
Normal file
|
@ -0,0 +1,7 @@
|
|||
hook global BufCreate \*hover\* %{
|
||||
nop %sh{
|
||||
printf '%d\n' "$(( $(<counter.txt 2>/dev/null || echo 0) + 1 ))" > /tmp/counter.txt
|
||||
|
||||
}
|
||||
hook buffer BufCloseFifo .* try %{ tree-sitter-buffer-update }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue