From 2b739e3eb743fd0fff1503b7dc58568fcb367b4b Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 1 Feb 2026 19:55:12 -0500 Subject: [PATCH 1/2] fix(doc): render readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9366227..d48cf9b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # fugitive-ts.nvim -Treesitter syntax highlighting for vim-fugitive. +Treesitter syntax highlighting for vim-fugitive -https://github.com/user-attachments/assets/90463492-76e4-44c2-a095-057a087c3a36 +![fugitive-ts.nvim preview](https://github.com/user-attachments/assets/90463492-76e4-44c2-a095-057a087c3a36) ## Features From 79959d1d0687777cd2a70e9e1cfdb8afc813b991 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 1 Feb 2026 19:56:14 -0500 Subject: [PATCH 2/2] feat(doc): acknowledgements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d48cf9b..4aafd60 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Treesitter syntax highlighting for vim-fugitive - Neovim 0.9.0+ - [vim-fugitive](https://github.com/tpope/vim-fugitive) -- Treesitter parsers for languages you want highlighted ## Installation @@ -39,7 +38,8 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim): :help fugitive-ts.nvim ``` -## Similar Projects +## Acknowledgements - [codediff.nvim](https://github.com/esmuellert/codediff.nvim) - [diffview.nvim](https://github.com/sindrets/diffview.nvim) +- [resolve.nvim](https://github.com/spacedentist/resolve.nvim)