From 73e333e856445d717c2e54d9007eb78458a9c8a0 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 1 Feb 2026 20:10:37 -0500 Subject: [PATCH] acknowledge tpope --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aafd60..c2fdd61 100644 --- a/README.md +++ b/README.md @@ -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)