mirror of https://github.com/folke/lazy.nvim.git
docs: Add migration for config from packer (#227)
This commit is contained in:
parent
e3ffcff7cc
commit
15b5b94422
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue