simnalamburt / vim-mundo

:christmas_tree: Vim undo tree visualizer

Home Page:https://simnalamburt.github.io/vim-mundo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python error

Brist0l opened this issue · comments

I am on Manjaro Linux and have python3 installed and its in the path (when python3 typed in the terminal the python shell opens).

when I open neovim (latest version) and type :MundoShow it says that I don't have a supported python version.

python3 version = 3.9.7
python2 version = 2.7.18
kernel version = 5.4.150-1-MANJARO
plugin manager = Vim-Plug

and I have git setup if that helps

AFAIK neovim requires pynvim package to be installed to use python extensions. Do you have pynvim?

Yes installing
pynvim solved the error but don't you think you should include it in the readme . btw this one of the best plugins :)

@mrHola21 Good point. I've updated it!

image