mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
docs(): add more common packer key in migration guide
This commit is contained in:
parent
5a1812a633
commit
49ccf8c5ab
1 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,8 @@ For a real-life example, you can check my personal dots:
|
|||
- `lock` ➡️ `pin`
|
||||
- `disable=true` ➡️ `enabled = false`
|
||||
- `tag='*'` ➡️ `version="*"`
|
||||
- `wants` ⚠️ **Not supported**
|
||||
- `after` ⚠️ **Not supported**
|
||||
- `module` is auto-loaded. No need to specify
|
||||
- `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue