JBakamovic / cxxd-vim

Vim frontend implementation for cxxd server.
GNU General Public License v3.0
102 stars 6 forks source link

Error while launching VIM with CXXD #5

Closed rajtendulkar closed 4 years ago

rajtendulkar commented 4 years ago

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

JBakamovic commented 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).

rajtendulkar commented 4 years ago

I still got this error:

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

JBakamovic commented 4 years ago

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).

rajtendulkar commented 4 years ago

Thanks for the pointer. I had Python module cxxd installed. The solution was: pip remove cxxd