Last Updated: February 25, 2016
·
662
· carlambroselli

VIM Syntax Highlighting

To turn on syntax highlighting by default in Vi and Vim:

edit ~/.vimrc and append syntax on

1 Response
Add your response

actually you can do something like

echo "syntax on" >> ~/.vimrc

meantime I would suggest to use vim-janus

over 1 year ago ·