From da14e0dbbabf8c69e1f85d148448a53c2ad4dc98 Mon Sep 17 00:00:00 2001 From: Alex Ford Date: Mon, 24 Jun 2024 22:26:20 -0600 Subject: [PATCH] fix(docs): Minor clarification. (#1545) * fix(docs): Minor clarification. * chore(build): auto-generate docs --------- Co-authored-by: github-actions[bot] --- README.vim.md | 2 +- docs/spec/lazy_loading.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))_**