Merge pull request #14 from barrettruth/feat/misc-config-options

acknowledge tpope
This commit is contained in:
Barrett Ruth 2026-02-01 20:11:13 -05:00 committed by GitHub
commit 20fac9a1ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,9 @@
# fugitive-ts.nvim
Treesitter syntax highlighting for vim-fugitive
**Treesitter syntax highlighting for vim-fugitive**
Enhance the great `vim-fugitive` with syntax-aware code to easily work with
diffs.
![fugitive-ts.nvim preview](https://github.com/user-attachments/assets/90463492-76e4-44c2-a095-057a087c3a36)
@ -40,6 +43,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
## Acknowledgements
- [vim-fugitive](https://github.com/tpope/vim-fugitive)
- [codediff.nvim](https://github.com/esmuellert/codediff.nvim)
- [diffview.nvim](https://github.com/sindrets/diffview.nvim)
- [resolve.nvim](https://github.com/spacedentist/resolve.nvim)