feat(doc): add known limitations
This commit is contained in:
parent
20fac9a1ec
commit
5d5587b22f
1 changed files with 8 additions and 0 deletions
|
|
@ -41,6 +41,14 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
|
|||
:help fugitive-ts.nvim
|
||||
```
|
||||
|
||||
## Known Limitations
|
||||
|
||||
- Syntax "flashing": `fugitive-ts.nvim` hooks into the `FileType fugitive` event
|
||||
triggered by `vim-fugitive`, at which point the `fugitive` buffer is
|
||||
preliminarily painted. The buffer is then re-painted after `debounce_ms`
|
||||
milliseconds, causing an unavoidable visual "flash" even when
|
||||
`debounce_ms = 0`. Feel free to reach out if you know how to fix this!
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- [vim-fugitive](https://github.com/tpope/vim-fugitive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue