Mac Vim upgrade Support plugin Youcompleteme

Source: Internet
Author: User

1. Installing Macvim

Https://github.com/macvim-dev/macvim/releases

2. After installing YCM, re-open vim will also appear the following error message: Ycm_client_support. [So|pyd|dll] and Ycm_core. [So|pyd|dll] not detected; You need to compile YCM before using it. Read the docs!

This can be resolved by adding the following command to the ~/.vim/bundle/youcompleteme, which is your ycm directory:

[Plain]View PlainCopy
    1. ./install.sh--clang-completer

Then there may be an error: Some folders in/home/sky-tm/.vim/bundle/youcompleteme/third_party/ycmd/third_party is empty; What do you do probably forgot to run:git submodule update--init--recursive?

Don't panic, follow the prompts:

Continue to enter the command:

git submodule update--init--recursive

Then just wait for it to update to complete.

Then, enter:

[Plain]View PlainCopy
    1. ./install.sh--clang-completer

After a bunch of progress hints, there are three lines:

[100%] Built Target Ycm_core
Scanning dependencies of Target Ycm_support_libs
[100%] Built Target Ycm_support_libs

And then hold K-vim, Spf13.
That means success.

Python Vim Best Practices https://www.zhihu.com/question/19655689

Mac Vim upgrade Support plugin Youcompleteme

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.