mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ when doing `colorscheme foobar`.
|
||||||
|
|
||||||
:::warning
|
:::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.
|
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))_**
|
To ensure this you can use the `priority=1000` field. **_(see the [examples](./examples.md))_**
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ when doing `colorscheme foobar`.
|
||||||
|
|
||||||
:::warning
|
:::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.
|
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))_**
|
To ensure this you can use the `priority=1000` field. **_(see the [examples](./examples.md))_**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue