How to have syntax color in VIm under CygWin?
In order to have syntax color in VIm under CygWin, in your $HOME
folder, add a file .vimrc
, with this simple line as content:
syntax on
In order to have syntax color in VIm under CygWin, in your $HOME
folder, add a file .vimrc
, with this simple line as content:
syntax on