Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vundle does not load #3

Open
Konfekt opened this issue Apr 10, 2014 · 4 comments
Open

Vundle does not load #3

Konfekt opened this issue Apr 10, 2014 · 4 comments

Comments

@Konfekt
Copy link

Konfekt commented Apr 10, 2014

Probably Vundle does not load in ftplugin subdirectories. Consider renaming to tex_textobj-latex.vim for example.

At the moment the following serves:

if filereadable(expand("~/.vim/bundle/vim-textobj-latex/ftplugin/tex/textobj-latex.vim"))
  if has("autocmd")
    autocmd BufNewFile,BufRead *.tex execute ":source ".expand("~/.vim/bundle/vim-textobj-latex/ftplugin/tex/textobj-latex.vim")
  endif
endif
@rbonvall
Copy link
Owner

That's weird, it works well for me. Can you share your vundle configuration? Mine is at https://github.com/rbonvall/dotvim/blob/master/bundles.vim

@Konfekt
Copy link
Author

Konfekt commented Apr 10, 2014

I opened an issue at Vundle and it seems to be a common problem on
Windows.

Take a look at

VundleVim/Vundle.vim#433 (comment)

Am jeudi 10 avril 2014 15:31:37 schrieb Roberto Bonvallet:

That's weird, it works well for me. Can you share your vundle
configuration? Mine is at
https://github.com/rbonvall/dotvim/blob/master/bundles.vim


Reply to this email directly or view it on GitHub
#3 (comment).

@starcraftman
Copy link

@rbonvall Do you ever use your vimrc setup with all those plugins on Windows? I'm beginning to suspect some platform issue.

@rbonvall
Copy link
Owner

@starcraftman No, I haven't managed to get the plugins working on Windows. When I have to edit text on Windows, I always end up resorting to vanilla Vim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants