gerw / vim-latex-suite

71 stars 16 forks source link

Unable to use all features with Vundle #3

Closed darnir closed 10 years ago

darnir commented 10 years ago

I tried installing this plugin through Vundle, however, I am unable to use all the features provided here.

The issue as I have seen till date is that the template files located in im-latex-suite/ftplugin/latex-suite\templates are not being loaded. Hence, if I run :TTemplate in my vim editor, I can see no templates for use.

Most of the other features that I have used seem to work. Also, I'm pretty sure Vundle isn't messing up because all my other plugins work fine.

Can someone help me in debugging thr issue?

gerw commented 10 years ago

I cannot reproduce this issue. For me, :TTemplate works fine.

For debugging this, you could try to set up a clean vim and only include the LaTeX suite.

darnir commented 10 years ago

Hi, I tried using only a minimal vimrc with only the following lines:

filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

Plugin gmarik/vundle
Plugin gerw/vim-latex-suite

filetype plugin indent on

I still encounter this issue.

darnir commented 10 years ago

I just realized, I had some more options set in my tex.vim, turns out, the option: set runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after

was causing the issue.