mirror of https://github.com/folke/lazy.nvim.git
fix(docs): Minor clarification. (#1545)
* fix(docs): Minor clarification. * chore(build): auto-generate docs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ba1ac9f081
commit
da14e0dbba
|
@ -388,7 +388,7 @@ when doing `colorscheme foobar`.
|
|||
|
||||
:::warning
|
||||
|
||||
since **start** plugins can possibly change existing highlight groups,
|
||||
since **start** plugins (`lazy=false`) can possibly change existing highlight groups,
|
||||
it's important to make sure that your main **colorscheme** is loaded first.
|
||||
To ensure this you can use the `priority=1000` field. **_(see the [examples](./examples.md))_**
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ when doing `colorscheme foobar`.
|
|||
|
||||
:::warning
|
||||
|
||||
since **start** plugins can possibly change existing highlight groups,
|
||||
since **start** plugins (`lazy=false`) can possibly change existing highlight groups,
|
||||
it's important to make sure that your main **colorscheme** is loaded first.
|
||||
To ensure this you can use the `priority=1000` field. **_(see the [examples](./examples.md))_**
|
||||
|
||||
|
|
Loading…
Reference in New Issue