mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
fix(docs): Minor clarification.
This commit is contained in:
parent
ba1ac9f081
commit
df3b1214e9
2 changed files with 36 additions and 35 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue