sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.96k stars 166 forks source link

Add option to disable the Cursor highlights #72

Closed ndavd closed 3 years ago

ndavd commented 3 years ago

gruvbox-material is overriding my Cursor highlight. Is there a way to disable the cursor highlighting made by gruvbox-material?

sainnhe commented 3 years ago

I don't know what you mean by cursor highlight, could you share your related configuration?

ndavd commented 3 years ago

I meant the g:gruvbox_material_cursor option. I have my custom highlights in the plugin/ directory and I have hi Cursor guibg=white there but when I load neovim the Cursor is the same color as the text's foreground (reverse)

sainnhe commented 3 years ago

See FAQ section in help doc, there is something like "How to use custom colors?". I'd suggest you to use autocmd to highlight the Cursor hi group.

ndavd commented 3 years ago

Alright thanks! Closing this