simnalamburt / vim-mundo

:christmas_tree: Vim undo tree visualizer
https://simnalamburt.github.io/vim-mundo
GNU General Public License v2.0
791 stars 28 forks source link

Python error #117

Closed Brist0l closed 2 years ago

Brist0l commented 2 years ago

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

simnalamburt commented 2 years ago

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

Brist0l commented 2 years ago

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 :)

simnalamburt commented 2 years ago

@mrHola21 Good point. I've updated it!

image