arakashic / chromatica.nvim

Clang based syntax highlighting for Neovim
MIT License
299 stars 17 forks source link

CursorKind is not defined #62

Closed duganchen closed 5 years ago

duganchen commented 5 years ago

I can't seem to "UpdateRemotePlugins".

Encountered NameError loading plugin at /home/dugan/.config/nvim/pack/minpac/start/chromatica.nvim/rplugin/python3/chromatica: name 'CursorKind' is not defined
Traceback (most recent call last):
  File "/home/dugan/.local/lib64/python3.6/site-packages/pynvim/plugin/host.py", line 135, in _load
    module = imp.load_module(name, file, pathname, descr)
  File "/usr/lib64/python3.6/imp.py", line 245, in load_module
    return load_package(name, filename)
  File "/usr/lib64/python3.6/imp.py", line 217, in load_package
    return _load(spec)
  File "<frozen importlib._bootstrap>", line 684, in _load
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
NameError: name 'CursorKind' is not defined
remote/host: python3 host registered plugins ['deoplete', 'semshi']
remote/host: generated rplugin manifest: /home/dugan/.local/share/nvim/rplugin.vim

Got the same results with minpac and dein. I'm using the neovim 0.3.1 appimage, and I did "pip3 install --upgrade --user pynvim" today. Happens on both my Linux system and my Mac.

frogzjx commented 5 years ago

same problem

frogzjx commented 5 years ago

:+1: