TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
486 stars 8 forks source link

Error detected while processing function vimade#Init, undefined variable g:vimade_py_cmd #30

Closed rodrigore closed 4 years ago

rodrigore commented 4 years ago

Hi, today I run: :PlugUpdate and when I start neovim it show me a few error messages: image image

TaDaa commented 4 years ago

Hi there -- mind checking the output of checkhealth. Need to make sure python2 or python3 is being found.

Also if you can print the output of VimadeInfo (if the command is not working due to the previous error), the output from has('python') and has('python3') would be helpful. Thanks!

rodrigore commented 4 years ago

Hi, sorry for the delay. When I echo the has('python3') the result was 0, so I run:

pip3 install --user neovim

And the output was 1 which fix the problem, Thank you!