From b0737622dab715e5772992f63329c59eeafbd928 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Sat, 7 Mar 2026 20:52:28 -0500 Subject: [PATCH] docs: add @tris203 to acknowledgements (#176) --- README.md | 1 + doc/diffs.nvim.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0051f21..b7bb86c 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,4 @@ See the documentation for more information. filetype fix, shebang/modeline detection, treesitter injection support, decoration provider highlighting architecture, gitsigns blame popup highlighting +- [@tris203](https://github.com/tris203) - support for transparent backgrounds diff --git a/doc/diffs.nvim.txt b/doc/diffs.nvim.txt index 9220c3e..73f7cc3 100644 --- a/doc/diffs.nvim.txt +++ b/doc/diffs.nvim.txt @@ -993,6 +993,7 @@ ACKNOWLEDGEMENTS *diffs-acknowledgements* - @phanen (https://github.com/phanen) - diff header highlighting, treesitter injection support, blame_hl.nvim (gitsigns blame popup highlighting inspiration) +- @tris203 (https://github.com/tris203) - support for transparent backgrounds ============================================================================== vim:tw=78:ts=8:ft=help:norl: