From dfebc68a1fc3e93dae5b6d49133243ec1886cb19 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 21 Feb 2026 23:02:39 -0500 Subject: [PATCH] fix(doc): improve q&a format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a45156..5d0022f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ luarocks install diffs.nvim ## FAQ -**How do I install with lazy.nvim?** +**Q: How do I install with lazy.nvim?** ```lua { @@ -56,7 +56,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. -**Does diffs.nvim support vim-fugitive/Neogit?** +**Q: Does diffs.nvim support vim-fugitive/Neogit?** Yes. Enable it in your config: