Closed rajtendulkar closed 4 years ago
You have another Vim plugin which conflicts with the mappings of cxxd-vim. In particular, Ctrl + \ + s
and Ctrl + \ + d
are in conflict so you can either change them to something else or change other one(s) from another plugin(s).
I still got this error:
Error detected while processing
That seems like a problem from another plugin you have installed. Funny enough, that plugin repository shares the same name as repository which is hosting C++ server implementation that this (cxxd-vim) plugin is using (cxxd).
Thanks for the pointer. I had Python module cxxd installed. The solution was:
pip remove cxxd
Error detected while processing/.vim/bundle/cxxd-vim/plugin/cxxd/server.vim:
line 10:
Traceback (most recent call last):
File "", line 1, in
File "/.local/lib/python2.7/site-packages/cxxd.py", line 17
class XXDParser(object, metaclass=ABCMeta):
^
SyntaxError: invalid syntax
Error detected while processing /.vim/bundle/cxxd-vim/plugin/cxxd.vim:
line 153:
E227: mapping already exists for ^\s
line 155:
E227: mapping already exists for ^\d
Press ENTER or type command to continue