我对 Vim 相当陌生,主要使用 gVim 来完成我的大部分编码目的。我试图弄清楚要在我的 _vimrc (在 Windows 中)中添加什么以使我的评论变为斜体。
我尝试添加
highlight Comment cterm=italic
但这没有用。到目前为止,我在 vimrc 中的修改(如果重要的话)是:
color slate
set number
set nowrap
set guioptions+=b
if has('gui_running')
set guifont=Consolas:h10
endif
那么我该怎么做才能让我的评论以斜体显示(consolas、斜体、10 号)?