Add migration for tag = '*' from packer

Adds a missing migration point from `packer`
This commit is contained in:
Wil Thomason 2022-12-22 16:43:01 +00:00 committed by GitHub
commit 3de74abae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -568,6 +568,7 @@ For a real-life example, you can check my personal dots:
- `opt` ➡️ `lazy`
- `run` ➡️ `build`
- `lock` ➡️ `pin`
- `tag = '*'`/other uses of SemVer ➡️ 'version`
- `module` is auto-loaded. No need to specify
### [paq-nvim](https://github.com/savq/paq-nvim)