Skip to content

Commit 21acc0f

Browse files
committed
doc: add help tag links
1 parent 61c5c06 commit 21acc0f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Async formatting and linting utility for neovim `0.10+`.
1313

1414
## TLDR
1515

16+
[`help guard.nvim-tldr`](#tldr)
17+
1618
- Install with your favorite package manager
1719

1820
```
@@ -83,6 +85,8 @@ ft('c'):fmt({
8385

8486
## Usage
8587

88+
[`help guard.nvim-usage`](#usage)
89+
8690
Some presets can be configured via `vim.g.guard_config`
8791

8892
```lua
@@ -114,9 +118,9 @@ Here are all the `Guard` subcommands
114118

115119
## Further configuration
116120

117-
You can easily create your own configuration that's not in `guard-collection`, see [CUSTOMIZE.md](./CUSTOMIZE.md).
121+
You can easily create your own configuration that's not in `guard-collection`, see [`help guard.nvim-creating-new-configurations`](./CUSTOMIZE.md).
118122

119-
For more niche use cases, [ADVANCED.md](./ADVANCED.md) demonstrates how to:
123+
For more niche use cases, [`help guard.nvim-advanced-tips`](./ADVANCED.md) demonstrates how to:
120124

121125
- Write your own formatting logic using the `fn` field.
122126
- Write your own linting logic using the `fn` field.

0 commit comments

Comments
 (0)