vim activate Syntax highlighting on Debian/ Ubuntu
Simon | September 9, 20081. Install vim
aptitude install vim
2. Edit the vimrc
vim /etc/vim/vimrc
3. remove the quotes in front of syntax highlighting
" Vim5 and later versions support syntax highlighting. Uncommenting the next
" line enables syntax highlighting by default.
syntax on
Thats it enjoy the colours






[...] http://gentoo-blog.de/ubuntu/vim-activate-syntax-highlighting-on-debian-ubuntu/ Bookmarken: Diese Icons verlinken auf Bookmark Dienste bei denen Nutzer neue Inhalte finden und mit anderen teilen können. [...]
Nice one mate, finally syntax highliting for VI!