-
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
LLPStartPreview command not appearing in command list #124
Comments
same here |
Check if the plugin is loaded, it wasn't loaded it automatically. The command is different depending on your plugin manager, for me it was |
I'm having the same issue. I tried |
do you have a repo of your nvim files? like something i can use to essentially emulate your setup |
Of course! Thank you for your help! I think I commented out LLP for the moment in Update: I added some unrelated stuff to my nvim config to my dotfiles. I checked again before pushing, the command in question is still not coming up |
my fucking eyes. On another note tho, I tried and I couldn't get it working. Not even my old nvim LLP works on this machine. I think it's got to do with python but checkhealth provider says I have python installed with pynvim. When the plugin loads it says "python required" do you get the same thing? (it only happens if you manually load it) |
If you think there's something I can improve, please just tell me. I don't see "python required". In fact, I can't see |
If there's no error message popping up, the only reason I can think of is whether you have used your package manager properly. See the command: https://github.com/xuhdev/vim-latex-live-preview/blob/master/plugin/latexlivepreview.vim#LL316C37-L316C37 Only way to stop the command from being defined is lack of python, which should produce an error message. Unfortunately I'm not familiar with the status of plugin managers. It might be a good idea to consult the plugin manager developers that you are using. |
I see, thank you for your reply. I'll try to file an issue or ask a question with the |
Have you tried manually loading the plugin? Try turning lazy on Also I dont get any LLP suggestions either. Check if your python provider is availabe too just in case |
Anyone have any luck setting this up? I've got a python provider in my checkhealth, and running I'm using NvChad with Neovim, loading the plugin into the |
Expected behavior
The usage section of the README.md says that entering in
:LLPStartPreview
should present the LaTeX document as a PDF. I am not getting this, since the command does not appear. Are there some prerequisites I am missing?Actual behavior
Tell us what happens instead
Steps to reproduce
Tell us how it occurs
System configuration
# output of `vim --version`
The text was updated successfully, but these errors were encountered: