xuhdev / vim-latex-live-preview

A Vim Plugin for Lively Previewing LaTeX PDF Output
https://www.topbug.net/blog/2013/06/13/live-preview-of-latex-in-vim/
GNU General Public License v3.0
834 stars 74 forks source link

:LLPStartPreview Not a editor command #83

Closed David-Fu closed 4 years ago

David-Fu commented 5 years ago

Expected behavior

Tell us what should happen

Actual behavior

When installed the plugin, the command :LLPStartPreview still don't work. Tell us what happens instead

Steps to reproduce

Tell us how it occurs

1.After installed the plugin, I can find the folder for vim-latex-live-preview in the ~/.vim 2.However, the script shows that the plugin is not loaded 3.What's more, the command of the plugin doesn't work as expected How can this happen that the folder is already in the .vim but the plug in not been loaded? How can I solve this? Much appreciate.

System configuration

luotuoqingshan commented 5 years ago

Do you use pathogen?

cd ~/.vim/bundle
git clone this repo

This works for me.

David-Fu commented 5 years ago

Thx, after using Vundle to install the plugin , it can work as expected. It shows that :LLPStartPreview can be executed as a command.However, while I'm using skim as the pdfviewer, it just stuck at the very beginning, and never opens skim for preview. It seems it's just processing the plugin but doesn't really work. How can I solve this problem?Much appreciate.

luotuoqingshan commented 5 years ago

Sorry, I use Preview.

Since you are asking a question unrelated to the title, I suggest you open another issue and maybe many people would like to help you.

Best

David-Fu commented 5 years ago

The preview doesn't work too... And that's exactly what I'm thinking about right now. Thanks.

luotuoqingshan commented 5 years ago

wow, mine also couldn't work. I am trying to fix it so I come to issues.

phil330d commented 5 years ago

for anyone still having this issue, pip install neovim (if you use neovim) worked for me

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed. Thanks for contributing to vim-llp!