roxma / nvim-yarp

Yet Another Remote Plugin Framework for Neovim
MIT License
230 stars 14 forks source link

yarp init fails #32

Closed vbrinnel closed 5 years ago

vbrinnel commented 5 years ago

Hi,

starting macvim in verbose mode shows this error:

Screen Shot 2019-10-10 at 17 30 31

The path to yarp.py (third cmd argument) is incorrect (^@ character and duplication)

Manually replacing s:script with the correct PATH solves the issue (deoplete works perfectly thereafter)

Screen Shot 2019-10-10 at 17 35 07

cheers

Using the latest master branch. Python version: 3.7.4 Macvim version: 8.1.1722 (157)

Shougo commented 5 years ago

@vbrinnel I get the reason. Please test #33.

vbrinnel commented 5 years ago

I confirm #33 fixes the issue. Thanks!