mirror of https://github.com/folke/lazy.nvim.git
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:
parent
56890ce5f4
commit
4b4ccdb16a
|
@ -568,6 +568,8 @@ For a real-life example, you can check my personal dots:
|
||||||
- `opt` ➡️ `lazy`
|
- `opt` ➡️ `lazy`
|
||||||
- `run` ➡️ `build`
|
- `run` ➡️ `build`
|
||||||
- `lock` ➡️ `pin`
|
- `lock` ➡️ `pin`
|
||||||
|
- `disable = true` ➡️ `enabled = false`
|
||||||
|
- `tag = '*'`/other uses of SemVer ➡️ 'version`
|
||||||
- `module` is auto-loaded. No need to specify
|
- `module` is auto-loaded. No need to specify
|
||||||
|
|
||||||
### [paq-nvim](https://github.com/savq/paq-nvim)
|
### [paq-nvim](https://github.com/savq/paq-nvim)
|
||||||
|
|
Loading…
Reference in New Issue