This plugin is used for syntax highlighting for log file created by log4j.
Install with Vundle
Edit your vimrc:
Bundle "lepture/vim-velocity"
and install it:
:so ~/.vimrc
:BundleInstall
Install with pathogen
Add a submodule:
git submodule add git://github.com/Jintian/vim-logfile.git ~/.vim/bundle/logfile
git clone git://github.com/Jintian/vim-logfile.git
cp vim-logfile/syntax/logfile.vim ~/.vim/syntax/
cp vim-logfile/ftdetect/logfile.vim ~/.vim/ftdetect/
