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?
:h ls_1after opening a .tex file, what happens? – muru Sep 20 '15 at 04:11.texfiles you're editing are non-existent, right? What if you run:TTemplate? – muru Sep 20 '15 at 04:20vimhas no menus;gvimshows them by default. See also http://unix.stackexchange.com/questions/43526/is-it-possible-to-create-and-use-menus-in-terminal-based-vim and:h console-menus– Rmano Sep 20 '15 at 11:50