From 83ffbc3c0534bc8a37d1e17679c1b790c5e58c0a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Feb 2026 02:56:07 -0500 Subject: [PATCH] specify --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c222a4..0e4d2fc 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,11 @@ luarocks install diffs.nvim ## Known Limitations -- Syntax "flashing": diffs.nvim hooks into the `FileType fugitive` event - triggered by vim-fugitive, at which point the buffer is preliminarily painted. - The buffer is then re-painted after `debounce_ms` milliseconds, causing an - unavoidable visual "flash" even when `debounce_ms = 0`. +- `vim-fugitive` syntax "flashing": diffs.nvim hooks into the + `FileType fugitive` event triggered by vim-fugitive, at which point the buffer + is preliminarily painted. The buffer is then re-painted after `debounce_ms` + milliseconds, causing an unavoidable visual "flash" even when + `debounce_ms = 0`. # Acknowledgements