Sunday, September 27, 2009

enable syntax highlighting vim on ubuntu

uncomment on /etc/vim/vimrc

type:
sudo vim /etc/vim/vimrc

then look for
"syntax on

just remove the double quote(")
then it is enable, the syntax highlighting is now enabled

save it, via

:w

then its done.

No comments:

Post a Comment