gerw / vim-latex-suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use all features with Vundle

darnir opened this issue · comments

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?

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.

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.

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.