ChristianChiarulli / nvim

My neovim config
GNU General Public License v3.0
963 stars 246 forks source link

Colorscheme Error #70

Open Caddy121 opened 1 year ago

Caddy121 commented 1 year ago

Hi, I'm getting this error when setting to a different colorscheme such as catpuccin and onedark. The only ones that work with no errors are the ones Chris has in his plugin file.

nvim-error

CharlesChiuGit commented 1 year ago

u have to define the highlight group yourself if it's not defined by your colorscheme.

Caddy121 commented 1 year ago

u have to define the highlight group yourself if it's not defined by your colorscheme.

Thanks for your response! I'll look up on how to do that.

ChristianChiarulli commented 1 year ago

we should probably do a check for this