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

No module named 'neovim'

asaning opened this issue · comments

image

when i try to use MundoToggle to show tne undo list,it breaks.

Hi @asaning - can you send me your output for :version? My first guess is that you're using Vim, and we have a regression.

commented

I am currently experiencing this problem as well, on the current neovim HEAD.

:version
NVIM v0.10.0-dev-1413+g684e93054
Build type: Release
LuaJIT 2.1.1697887905
Run ":verbose version" for more info

Have you installed the python neovim package? This plugin requires the pynvim python provider (pip install pynvim)

commented

That was the problem for me, thank you! I had it installed before Arch/pip started managing Python packages via the package manager, so I assumed I still had it in working order. Something may have been lost in the process.