From ef69cf570d062e1a89a18021e45278f0b4673fc4 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 11 Mar 2026 14:13:27 -0400 Subject: [PATCH 1/2] docs(readme): add repo links to FAQ integration names Problem: The FAQ line listing supported integrations used plain text names with no links to the upstream repositories. Solution: Inline GitHub links for `vim-fugitive`, `Neogit`, `neojj`, and `gitsigns.nvim` in the FAQ question. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159e9b0..72c46c6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ luarocks install diffs.nvim Do not lazy load `diffs.nvim` with `event`, `lazy`, `ft`, `config`, or `keys` to control loading - `diffs.nvim` lazy-loads itself. -**Q: Does diffs.nvim support vim-fugitive/Neogit/neojj/gitsigns?** +**Q: Does diffs.nvim support [vim-fugitive](https://github.com/tpope/vim-fugitive)/[Neogit](https://github.com/NeogitOrg/neogit)/[neojj](https://github.com/NicholasZolton/neojj)/[gitsigns](https://github.com/lewis6991/gitsigns.nvim)?** Yes. Enable integrations in your config: From 51bff5cc15870b2f20c144fc11c6ae9b969c5880 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 11 Mar 2026 14:15:07 -0400 Subject: [PATCH 2/2] ci: format --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c46c6..30e7720 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ luarocks install diffs.nvim Do not lazy load `diffs.nvim` with `event`, `lazy`, `ft`, `config`, or `keys` to control loading - `diffs.nvim` lazy-loads itself. -**Q: Does diffs.nvim support [vim-fugitive](https://github.com/tpope/vim-fugitive)/[Neogit](https://github.com/NeogitOrg/neogit)/[neojj](https://github.com/NicholasZolton/neojj)/[gitsigns](https://github.com/lewis6991/gitsigns.nvim)?** +**Q: Does diffs.nvim support +[vim-fugitive](https://github.com/tpope/vim-fugitive)/[Neogit](https://github.com/NeogitOrg/neogit)/[neojj](https://github.com/NicholasZolton/neojj)/[gitsigns](https://github.com/lewis6991/gitsigns.nvim)?** Yes. Enable integrations in your config: