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
But it renders weirdly as shared in the image above. When I comment out headline_highlights, it renders as expected:
I thought it might've been a font issue, so I switched to Fira Code temporarily. However, I came across the same issue and I would rather not have to switch Nerd Fonts anyway (I'm using MesloGS NF) since my other plugins require it.
Just wondering if there are any ideas as to what I may be missing here? Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
Looks like the highlight groups are not set yet when you run the headlines.nvim setup function.
Try to create the highlight groups right before you call setup, in the config function
Hello, I've been trying to update the headline colors for neorg without success. See image below:
I set the highlight values in my init.lua file:
And then specify the headline highlights (I'm using packer):
But it renders weirdly as shared in the image above. When I comment out
headline_highlights
, it renders as expected:I thought it might've been a font issue, so I switched to Fira Code temporarily. However, I came across the same issue and I would rather not have to switch Nerd Fonts anyway (I'm using MesloGS NF) since my other plugins require it.
Just wondering if there are any ideas as to what I may be missing here? Any help would be appreciated!
The text was updated successfully, but these errors were encountered: