Commit 0d8b6ea
docs(readme): fix lazy.nvim version spec
Commit 3333a52 changed the suggested
plugin spec for lazy.nvim, but lazy only supports the "*" version
specifier with the "version" key and not the "tag" key. This causes a
checkout failure when using the given plugin spec. Change to use the
"version" key.
Tested that installing telescope with the new spec works.1 parent a8c2223 commit 0d8b6ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments