fix(docs): Minor clarification.

This commit is contained in:
Alex Ford 2024-06-24 19:30:11 -06:00
commit df3b1214e9
2 changed files with 36 additions and 35 deletions

View file

@ -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))_**