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 command not found #121

Open uddivert opened 2 years ago

uddivert commented 2 years ago

Expected behavior

This command should have been found

Actual behavior

Returns: not an editor command

Steps to reproduce

Tell us how it occurs

Install vim-latex-live-preview with vim-plug.
Open a .tex file with vim.
Ensure vim-latex-live-preview is running with :script.
Enter the command LLPStartPreview.

System configuration

# output of `vim --version`
NVIM v0.6.1
Build type: Release
LuaJIT 2.0.5
Compiled by builduser

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"
Walker-00 commented 8 months ago

Installing pynvim fix for me. installing pynvim via pip: pip3 install pynvim or pip3 install pynvim --break-system-packages if you get weird warning.