The default VIM comment color(dark blue) is diffacult to read.
So you can add .vimrc file in /YOUR_HOME_PATH/
$ cd
$ vim .vimrc
Add below contents then save and exit.
syntax on
set t_Co=256
hi Comment ctermfg=blue
Enjoy it.
The default VIM comment color(dark blue) is diffacult to read.
So you can add .vimrc file in /YOUR_HOME_PATH/
$ cd
$ vim .vimrc
Add below contents then save and exit.
syntax on
set t_Co=256
hi Comment ctermfg=blue
Enjoy it.