According to this article code completion should work for any language with youcompleteme plugin. I set it up as follows in Debian Jessie:
- installed vim from repository
- installed youcompleteme from repository
- issued 'vam install youcompleteme' in cli
After the last step vim start significantly slower, which means that it is loading the plugin. However, completion does not work. The output of
$ vam status
Name User Status System Status
editexisting removed removed
justify installed removed
matchit removed removed
youcompleteme installed removed
Is there anything else I have to do to get youcompleteme working?