docs: fix unresolved vimdoc tag reference

Problem: `|:checkhealth|` is not a valid vimdoc tag, causing the
vimdoc-language-server check to fail in CI.

Solution: use inline code (\`:checkhealth forge\`) instead of a tag
reference.
This commit is contained in:
Barrett Ruth 2026-03-28 18:37:30 -04:00
parent f8ec4acf19
commit be29458072
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81

View file

@ -20,7 +20,7 @@ Requirements: ~
- vim-fugitive (optional, for split review)
- diffs.nvim (optional, for review mode)
Run |:checkhealth| forge to verify CLIs and dependencies.
Run `:checkhealth forge` to verify CLIs and dependencies.
==============================================================================
CONFIGURATION *forge-config*