Change the vim default comments syntax color
paul
posted @ Fri, 22 May 2009 19:04:13 +0800
in coding life
, 1389 readers
The default color for the comment syntax if dark blue. It is not easy to read in a console with black background. Adding the command below to the .vimrc under your home directory can solve the problem.
hi Comment ctermfg=Blue
Of cause, it can use the other colors. Check with command:
:h syntax
This work is licensed under a Creative Commons Attribution 3.0 Unported License.