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
- Open up tex document
:LLPStartPreview
System configuration
NVIM v0.5.0-dev+1323-gd67dcaba0
Build type: Debug
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=1 -I/home/sherrware/Downloads/neovim/build/config -I/home/sherrware/Downloads/neovim/src -I/home/sherrware/Downloads/neovim/.deps/usr/include -I/usr/include -I/home/sherrware/Downloads/neovim/build/src/nvim/auto -I/home/sherrware/Downloads/neovim/build/include
Compiled by root@archlinux
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/share/nvim"
Run :checkhealth for more info
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.
Expected behavior
:LLPStartPreviewshould compile and preview the tex document in the current buffer.Actual behavior
E492: Not an editor command: LLPStartPreviewSteps to reproduce
Tell us how it occurs
Plug 'xuhdev/vim-latex-live-preview'using vim-plug:PlugInstall:LLPStartPreviewSystem 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:checkhealthI 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.