Paul Maunders | Web log
Economics, Business, Telecoms, Tech and Gadgets

PHP Syntax highlighting on Ubuntu Vim

July 31st, 2007 by admin

If you find that syntax highlighting doesn’t work on Vim on Ubuntu, then I found the easiest way to fix it was simple to install the vim-full package with:

sudo apt-get install vim-full

It was as easy as that!

You may also need to uncomment a line in your /etc/vimrc file

syntax on

Posted in linux, ubuntu

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.