Thursday, January 7, 2016

Re: help a beginner getting vim setup with YCM and Jedi

On Thursday, January 7, 2016 at 10:59:54 AM UTC-6, ZyX wrote:
>
>
> ​There is plugin documentation, it precisely states what you need to do to install YCM. Do not know about jedi, but YCM requires some binary libraries. Both require +python and if you do not have Python installed or do not have Vim compiled with Python support​ they are not going to work. Presence of Python support can be checked by finding +python or +python/dyn in :version output, +python means that you cannot start Vim without python available, +python/dyn means that you need to install version of Python Vim was compiled with (this is not exported) and make sure that Vim is able to find this.
>
>  

Additionally, the usage instructions for Vundle very explicitly require a "call vundle

No comments: