Wednesday, March 02, 2005

Although it is hard to find out how to completely turn off syntax highlighting in vim, it is quite simple. To turn off highlighting in vim, create a .vimrc file and put "syntax off" inside it.


csness-fwnc0200 29 [~] % cat .vimrc
syntax off