Anders Sildnes

Results 3 comments of Anders Sildnes

For me what worked was installing .NET version 1.1, and then copying C:\Windows\Microsoft.NET\Framework\v1.14322\msvcr71.dll to C:\Windows\SysWOW64 (or C:\Windows\System32 if you are running 32bit) I am running windows 10 in a virtual...

I occasionally get some bugs, but this works well enough for me. File "rplugin/python3/deoplete/sources/eclimd.py" in your vim's RTP: ```python from .base import Base class Source(Base): def __init__(self, vim): Base.__init__(self, vim)...

@uberbrodt If you use neovim, you have to do `:UpdateRemotePlugins` Also, make sure eclimd is sourced in vim, does `:EclimValidate` execute successfully for you? I could maybe write a proper...