mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +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
|
@ -630,6 +630,7 @@ For a real-life example, you can check my personal dots:
|
|||
- `run` ➡️ `build`
|
||||
- `lock` ➡️ `pin`
|
||||
- `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