docs: Add migration for tag = '*' from packer (#105)

* Add migration for tag = '*' from packer

Adds a missing migration point from `packer`

* Add note about disable vs enabled
This commit is contained in:
Wil Thomason 2022-12-22 11:15:47 -06:00 committed by GitHub
parent 56890ce5f4
commit 4b4ccdb16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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