Merge pull request #47 from barrettruth/fix/remove-enabled-flag
specify
This commit is contained in:
commit
75a6bf184c
1 changed files with 5 additions and 4 deletions
|
|
@ -39,10 +39,11 @@ luarocks install diffs.nvim
|
||||||
|
|
||||||
## Known Limitations
|
## Known Limitations
|
||||||
|
|
||||||
- Syntax "flashing": diffs.nvim hooks into the `FileType fugitive` event
|
- `vim-fugitive` syntax "flashing": diffs.nvim hooks into the
|
||||||
triggered by vim-fugitive, at which point the buffer is preliminarily painted.
|
`FileType fugitive` event triggered by vim-fugitive, at which point the buffer
|
||||||
The buffer is then re-painted after `debounce_ms` milliseconds, causing an
|
is preliminarily painted. The buffer is then re-painted after `debounce_ms`
|
||||||
unavoidable visual "flash" even when `debounce_ms = 0`.
|
milliseconds, causing an unavoidable visual "flash" even when
|
||||||
|
`debounce_ms = 0`.
|
||||||
|
|
||||||
# Acknowledgements
|
# Acknowledgements
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue