diff --git a/README.vim.md b/README.vim.md index c995d7c..da061f3 100644 --- a/README.vim.md +++ b/README.vim.md @@ -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))_** diff --git a/docs/spec/lazy_loading.md b/docs/spec/lazy_loading.md index 4ee68f0..992a52d 100644 --- a/docs/spec/lazy_loading.md +++ b/docs/spec/lazy_loading.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))_**