Skip to content

Commit cc24fc0

Browse files
authored
docs: fix spec opts in README (#1030)
1 parent fe9f936 commit cc24fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ require("lazy").setup({
8181

8282
| Property | Type | Description |
8383
| ---------------- | ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
84-
| `[1]` | `string?` | Short plugin url. Will be expanded using `config.git.url_format` |
84+
| **[1]** | `string?` | Short plugin url. Will be expanded using `config.git.url_format` |
8585
| **dir** | `string?` | A directory pointing to a local plugin |
8686
| **url** | `string?` | A custom git url where the plugin is hosted |
8787
| **name** | `string?` | A custom name for the plugin used for the local plugin directory and as the display name |
@@ -100,7 +100,7 @@ require("lazy").setup({
100100
| **commit** | `string?` | Commit of the repository |
101101
| **version** | `string?` or `false` to override the default | Version to use from the repository. Full [Semver](https://devhints.io/semver) ranges are supported |
102102
| **pin** | `boolean?` | When `true`, this plugin will not be included in updates |
103-
| `submodules` | `boolean?` | When false, git submodules will not be fetched. Defaults to `true` |
103+
| **submodules** | `boolean?` | When false, git submodules will not be fetched. Defaults to `true` |
104104
| **event** | `string?` or `string[]` or `fun(self:LazyPlugin, event:string[]):string[]` | Lazy-load on event. Events can be specified as `BufEnter` or with a pattern like `BufEnter *.lua` |
105105
| **cmd** | `string?` or `string[]` or `fun(self:LazyPlugin, cmd:string[]):string[]` | Lazy-load on command |
106106
| **ft** | `string?` or `string[]` or `fun(self:LazyPlugin, ft:string[]):string[]` | Lazy-load on filetype |

0 commit comments

Comments
 (0)