Fork me on GitHub
#vim
<
2016-06-21
>
zamaterian07:06:40

Iā€™m seeing a lot of UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte

juhoteperi07:06:33

Yep, that's the same error I'm seeing

juhoteperi07:06:45

Hmm, looks like I get the error in non-clj buffers also

juhoteperi08:06:41

Fixed that one by using older deoplete

juhoteperi08:06:21

I have also noticed several times that deoplete stops providing suggestions, could be caused by something in async-clj-omni

zamaterian08:06:45

Which version of deoplete fixed the problem ?

juhoteperi08:06:38

54cd0d76162fa6c60a4f933387216ecc1369abf1

juhoteperi11:06:29

@zamaterian: Shougo just fixed the problem in master

juhoteperi11:06:53

Or not, but closed the issue hmm

dominicm11:06:17

Ah, you guys are ahead of me on this. I've been meaning to take a look, see if anything has changed.

juhoteperi11:06:23

aha: :CheckHealth says "Run :UpdateRemotePlugins"

juhoteperi11:06:03

still not working

dominicm11:06:19

I get the same message even after UpdateRemotePlugins

dominicm11:06:35

Oh, derp, you have to restart after UpdateRemotePlugins

juhoteperi11:06:55

my python2 neovim lib is out of date also

juhoteperi11:06:32

CheckHealth is still saying to run UpdateRemotePlugins

juhoteperi11:06:44

And now it doesn't register my python2 neovim lib šŸ˜„

juhoteperi11:06:22

BUT deoplete works now šŸ˜®

juhoteperi11:06:53

I really hate how the python lib needs to be manually installed

juhoteperi11:06:28

It should really be either provided as through package manager from neovim repo, so it would match the neovim version, or be installed into python virtualenv and be managed automatically

zamaterian12:06:53

@juhoteperi: thx for the info šŸ»