fix: remove useless enabled flag

This commit is contained in:
Barrett Ruth 2026-02-03 02:50:25 -05:00
parent a72296384c
commit f71b0f54c5
3 changed files with 1 additions and 15 deletions

View file

@ -44,7 +44,7 @@ luarocks install diffs.nvim
The buffer is then re-painted after `debounce_ms` milliseconds, causing an
unavoidable visual "flash" even when `debounce_ms = 0`.
## Acknowledgements
# Acknowledgements
- [vim-fugitive](https://github.com/tpope/vim-fugitive)
- [codediff.nvim](https://github.com/esmuellert/codediff.nvim)