File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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+
8690Some 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.
You can’t perform that action at this time.
0 commit comments