mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
Add note about disable vs enabled
This commit is contained in:
parent
3de74abae2
commit
7208a15a15
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ For a real-life example, you can check my personal dots:
|
|||
- `opt` ➡️ `lazy`
|
||||
- `run` ➡️ `build`
|
||||
- `lock` ➡️ `pin`
|
||||
- `disable = true` ➡️ `enabled = false`
|
||||
- `tag = '*'`/other uses of SemVer ➡️ 'version`
|
||||
- `module` is auto-loaded. No need to specify
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue