AutoYADM commit: 2025-05-24 18:17:39

This commit is contained in:
Daniel Fichtinger 2025-05-24 18:17:39 -04:00
parent 74bb404a6d
commit 9635801540

View 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 }
}