Closed bjce closed 4 years ago
I had the same problem, just make sure you have installed python-pip
and then sudo pip install neovim
. It should solve the problem.
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!
Well, here's my output of this command, yet I still can't start LLPStartPreview in neovim
sudo pip3 install neovim
Requirement already satisfied: neovim in /usr/lib/python3/dist-packages (0.3.0)
And I use the coc and vim-plug plugins which both rely on python to work. Any other suggestions?
Facing the same issue here , any solutions?
Please see https://github.com/xuhdev/vim-latex-live-preview#python-related-issues
Thanks for replying. I solved by installing textlive on macOS.
Expected behavior
Being able to see a compiled .tex file after entering
:LLPStartPreview
+ should not give the messagevim-llp: python required
as both bash aliasespython
andpython3
redirect to python 3.7.3Actual behavior
afert typing
$ neovim
, I get the messageOpening a
.tex
file with neovim, I cannot make the command ':LLPStartPreview' (although it works fine with vimSteps to reproduce
Tell us how it occurs
nvim example.tex
.tex
file, when entering the command:LLPStartPreview
, I getE492: Not an editor command: LLPStartPreview
System configuration
version 8.1.1550