How do I change the ~/.vimrc to have the comments in my code italicized?
~/.vimrc
In my ~/.vimrc file I have:
highlight Comment ctermfg=
for GUI environments like gvim, a simple
highlight Comment gui=italic
does it.