i've removed all references to bold (gui=bold, cterm=bold, term=bold) in the color syntax file slate.vim but i still see some bolded text. for example in a python file, the keywords class, def, try, except, return, etc. are still in a bold blue font.
also how to disable bold in status messages, like "recording" or "Press ENTER or type command.."?
To choose various fonts just use :set guifont=* and you'll get a dialog chooser. After you've chosen your preferred font use :set guifont? to see the font specification that you need to put in your vimrc. Therefore to use a bold font in console Vim, change the font of your terminal to a bold font.
In order to get bold text, you need to use font-weight and to get the simple text you can use <span> tag. All this gets added in the echo.
Instead of removing =bold
references you should replace them by
gui=NONE
cterm=NONE
term=NONE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With