fix(doc): improve q&a format
This commit is contained in:
parent
b1abfe4f4a
commit
dfebc68a1f
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue