Closed ndavd closed 3 years ago
I don't know what you mean by cursor highlight, could you share your related configuration?
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)
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.
Alright thanks! Closing this
gruvbox-material is overriding my Cursor highlight. Is there a way to disable the cursor highlighting made by gruvbox-material?