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

"python is required" when attempting to load plugin #127

Closed reDpz closed 1 year ago

reDpz commented 1 year ago

Expected behavior

Plugin should load

Actual behavior

I get an error telling me that "python is required"

Steps to reproduce

Tell us how it occurs

  1. load plugin

System configuration

# output of `nvim --version`
❯ nvim --version
NVIM v0.8.3
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by builduser

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

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

Python is installed image

reDpz commented 1 year ago

forgot to include screenshot of the error itself sorry, image image

xuhdev commented 1 year ago

It's not about whether Python is installed. Your vim must be built with the Python feature. You can check this by running :version within your Vim. Check out this image here: https://vi.stackexchange.com/questions/10242/vim-8-0-python-support

reDpz commented 1 year ago

yeah I figured out that this was an nvchad problem not a problem for this repo sorry I'll close this issue