-
Notifications
You must be signed in to change notification settings - Fork 73
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
E492: Not an editor command: LLPStartPreview #3 #116
Comments
I'm facing the same issue |
I just had to deal with this very issue, the solution was to actually ensure texlive was properly installed in the system. |
I'm also having the same issue. I installed Btw I'm using neovim nightly version if that helps |
Same issue here. texlive is installed correctly and I'm on Arch Linux, have |
For neovim, if |
Did anyone happen to solve this? I'm using arch linux, vimplug, vim 8.2, same issue |
@stainlesspot |
Since this is resolved, I'm closing this now. |
OK don't see the OP hasn't resolved this yet. You must have |
so i had the same issue as OP. |
Expected behavior
:LLPStartPreview
should compile and preview the tex document in the current buffer.Actual behavior
E492: Not an editor command: LLPStartPreview
Steps to reproduce
Tell us how it occurs
Plug 'xuhdev/vim-latex-live-preview'
using vim-plug:PlugInstall
:LLPStartPreview
System configuration
Arch. Please let me know what commands I should run to fill out this section...
I've already checked #83 and #105 and #12. Like in #12 I see vim-latex-live-preview loaded in
:scripts
, unlike in the issue I don't see a +python feature, although in vim:checkhealth
I do see it is compiled with python3 support, and running:python3 import ...
like is done in the .vim script everything works. I don't know what else to try.The text was updated successfully, but these errors were encountered: