mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Fix typo in README.md
Corrected a typo in Migration Guide section of the README file.
This commit is contained in:
parent
96584866b9
commit
38cc95f0fc
1 changed files with 2 additions and 2 deletions
|
@ -738,8 +738,8 @@ Any other property will override the property from the parent spec.
|
||||||
- `lock` ➡️ `pin`
|
- `lock` ➡️ `pin`
|
||||||
- `disable=true` ➡️ `enabled = false`
|
- `disable=true` ➡️ `enabled = false`
|
||||||
- `tag='*'` ➡️ `version="*"`
|
- `tag='*'` ➡️ `version="*"`
|
||||||
- `after` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise.
|
- `after` is **_not needed_** for most use-cases. Use `dependencies` otherwise.
|
||||||
- `wants` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise.
|
- `wants` is **_not needed_** for most use-cases. Use `dependencies` otherwise.
|
||||||
- `config` don't support string type, use `fun(LazyPlugin)` instead.
|
- `config` don't support string type, use `fun(LazyPlugin)` instead.
|
||||||
- `module` is auto-loaded. No need to specify
|
- `module` is auto-loaded. No need to specify
|
||||||
- `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings)
|
- `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue