mirror of https://github.com/folke/lazy.nvim.git
docs: migration
This commit is contained in:
parent
72b38999bc
commit
9e869a409c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue