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