mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
Add missing packer migration item for cond
Add missing packer migration item for `cond`
This commit is contained in:
parent
6c5af82589
commit
4aa83eb1a1
1 changed files with 2 additions and 1 deletions
|
@ -629,7 +629,8 @@ For a real-life example, you can check my personal dots:
|
|||
- `opt` ➡️ `lazy`
|
||||
- `run` ➡️ `build`
|
||||
- `lock` ➡️ `pin`
|
||||
- `disable=true` ➡️ `enabled = false`
|
||||
- `disable = true` ➡️ `enabled = false`
|
||||
- `cond = fun():boolean` ➡️ `enabled = fun():boolean`
|
||||
- `tag='*'` ➡️ `version="*"`
|
||||
- `after` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise.
|
||||
- `wants` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue