mirror of
https://github.com/harivansh-afk/forge.nvim.git
synced 2026-04-15 03:00:46 +00:00
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:
parent
f8ec4acf19
commit
be29458072
1 changed files with 1 additions and 1 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue