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

No module named 'neovim' #128

Closed asaning closed 8 months ago

asaning commented 1 year ago

image

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

dsummersl commented 1 year ago

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

mcauley-penney commented 9 months ago

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
dsummersl commented 8 months ago

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

mcauley-penney commented 8 months ago

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.