I've tried to install vim-latex via:
sudo apt-get install vim-latexsuite
vim-addon-manager install latex-suite
I have added to my .vimrc
filetype plugin on
let g:tex_flavor='latex'
When I start vim with a *.tex file I get no menus. I first tried to manually install and that also did not work. Has anyone else had this problem?