Replies: 1 comment 2 replies
-
{
"your_colorscheme",
lazy = false,
priority = 10000,
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @folke , i have a theme plugin which generates cached highlight groups and many plugin configs in my config use it
example treesitter
but during bootstrap, as all the plugins are installed asynchronously and then there's a race condition, if treesitter installs before base46 then it'll run :TSUpdate and run treesitter config function which has the dofile code which will result in this
So is it possible that I could give priority to base46 while boostrapping? I tried
and then loaded my whole plugin table but then it errors out that re-sourcing plugins isnt supported with lazy.nvim
Beta Was this translation helpful? Give feedback.
All reactions