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