vim-latexsuite on ubuntu 9.10

Here is how to get vim-latexsuite working on ubuntu

#name User Status System Status
latex-suite installed(or removed, doesn't matter) installed
* put your own tex.vim file in /usr/share/vim/addons/ftplugin/
* In .vimrc, add:
set runtimepath+=/usr/share/vim/addons
filetype plugin on
set grepprg=grep\ -nH\ $*
filetype indent on
let g:tex_flavor="latex"

Ref: http://philofellow.blogspot.com/2009/05/vimlatexsuite-in-ubuntu-904.html

~~LINKBACK~~