My .vimrc and theme files are full of things like:
highlight VertSplit ctermfg=235 ctermbg=235
highlight SpellBad ctermfg=229 cterm=underline
hi normal ctermbg=black
hi Pmenu ctermfg=gray ctermbg=235 gui=NONE
hi PmenuSel ctermfg=white ctermbg=236 gui=NONE
They're almost completely meaningless to me.
I would love it if this plugin could highlight those as well. I figure this part of the plugin could only target buffers where filetype=vim and even within that only numbers following a ctermfg or ctermbg.
Thanks!
My .vimrc and theme files are full of things like:
They're almost completely meaningless to me.
I would love it if this plugin could highlight those as well. I figure this part of the plugin could only target buffers where filetype=vim and even within that only numbers following a ctermfg or ctermbg.
Thanks!