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

Error invoking Mundo when using with anaconda3 python #90

Open thepenguinthatwants opened 4 years ago

simnalamburt commented 4 years ago

I have no problem with invoking mundo. Can you describe the situation or copy-paste your error messages?

hzfmer commented 4 years ago

Hi I cannot call Mundo either, my error message is: image

The format looks strange, but it seems to fail to incorporate python. I am using Anaconda, and I have set let g:python3_host_prog = '$HOME/programs/anaconda3/bin/python'

dsummersl commented 4 years ago

Ooh, that looks horrible! What platform are you on? What vim version?

hzfmer commented 4 years ago

@dsummersl My platform is: image Vim version: version 8.1.1700

I installed the plugin using vim-plug manager. I suspect some issue with Python, but I have no idea how to find it out..