Skip to content

Commit 0d8b6ea

Browse files
DemonEinclason
authored andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ e.g. using [lazy.nvim](https://github.com/folke/lazy.nvim)
7777

7878
```lua
7979
{
80-
'nvim-telescope/telescope.nvim', tag = '*',
80+
'nvim-telescope/telescope.nvim', version = '*',
8181
dependencies = {
8282
'nvim-lua/plenary.nvim',
8383
-- optional but recommended

0 commit comments

Comments
 (0)