docs: migration

This commit is contained in:
Folke Lemaitre 2022-12-22 21:02:49 +01:00
parent 72b38999bc
commit 9e869a409c
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 2 deletions

View File

@ -568,8 +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`
- `disable=true` ➡️ `enabled = false`
- `tag='*'` ➡️ `version="*"`
- `module` is auto-loaded. No need to specify
### [paq-nvim](https://github.com/savq/paq-nvim)