how do I properly overwrite highlighting styles? #5344
Replies: 2 comments
-
|
derp! Nevermind!!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
When change colorscheme users highlights would be cleared, use |
Beta Was this translation helpful? Give feedback.
0 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.
-
I put in my vimrc:
and it works most of the time.. but every now and then, my color changes get reverted and I see the original styles... I was trying to do a google search about this, and it's AI response at the top said:
as in, create a vim function and this supposedly will get fired after Coc.nvim finishes loading... Except, when I tried doing that, I get "Property on_event is not allowed. (json)" which tells me AI is lying again.
So, what is the proper way to defer setting style highlight overrides until Coc.nvim has finished loading?
Beta Was this translation helpful? Give feedback.
All reactions