You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to adjust a few of Lazy's :highlight groups, but can't seem to make it work. I've added some overrides in my init.lua file, but after Lazy's startup, they aren't applied anymore.
No matter if I put this in /after/plugin/, a plugin file loaded by Lazy, or elsewhere, it seems to be overridden. Adding it after the require("lazy") call works, though.
I've been searching for a while, but might have missed something obvious.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to adjust a few of Lazy's
:highlight
groups, but can't seem to make it work. I've added some overrides in myinit.lua
file, but after Lazy's startup, they aren't applied anymore.For example:
No matter if I put this in
/after/plugin/
, a plugin file loaded by Lazy, or elsewhere, it seems to be overridden. Adding it after therequire("lazy")
call works, though.I've been searching for a while, but might have missed something obvious.
Beta Was this translation helpful? Give feedback.
All reactions