docs: Add migration for config from packer (#227)

This commit is contained in:
XXiaoA 2022-12-29 15:02:46 +08:00 committed by GitHub
parent e3ffcff7cc
commit 15b5b94422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -672,6 +672,7 @@ For a real-life example, you can check my personal dots:
- `tag='*'` ➡️ `version="*"`
- `after` **_not needed_** for most use-cases. Use `dependencies` otherwise.
- `wants` **_not needed_** for most use-cases. Use `dependencies` otherwise.
- `config` don't support string type, use `fun(LazyPlugin)` instead.
- `module` is auto-loaded. No need to specify
- `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings)