Reference article:
take you step by step to install the most difficult VIM plug-in in history: youcompleteme
VIM plug-in: minimalist VIM plug-in manager
Installation method
- install VIM
sudo apt get install VIM edit vimrc
first add VIM ~ /. Vimrc
at the top:
call plug#begin (‘~ /. VIM/plugged’)
plug ‘valloric/youcompleteme’
call plug#end() to install VIM plug and install youcompleteme through plugged
Input: curl – flo ~ /. VIM/autoload at the terminal/ plug.vim –create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim Open VIM
Enter “: source ~ /. Vimrc” at the command line
Enter “: pluginstall” at the command line to install youcompleteme, which takes a long time. Please wait patiently for YCM to be compiled and installed_ core
mkdir ~/.ycm_ build
cd ~/.ycm_ build
cmake -G “Unix Makefiles” . ~/.vim/plugged/YouCompleteMe/third_ party/ycmd/cpp
cmake –build . –target ycm_ core –config Release
Supplement: VIM prompts the debugging method of the ycmd server shut down:
Select log through ycmtogglelogs to view errors
For example, the solution of no module named watchdog: PIP3 install watchdog
Read More:
- Notepad + + has no plug-in manager solution
- Huawei cloud Kunpeng server docker installation VIM error
- Atom live server plug-in installation
- VIM search settings highlight
- Notepad + + install JSON format plug-in
- How to Fix The Latest Version of chrome cannot install the IDM plug-in IDMGCExt.crx
- Vscode failed to update plug-in XHR timeout error solution
- Differences between VI and VIM in Linux
- Solution to the expiration and unavailability of Android studio plug-in plugin
- Delete all content under vim
- Save file and exit command of vim
- How to replace strings in VIM
- VIM setting file encoding format
- VIM e667: fsync failed error
- Error analysis of swap file “*. SWP” already exists! When editing files with VIM
- In vs2013, reshharper and team management plug-in git share a temporary solution to the “failed modify to document” error.
- Solution: plug in error when idea starts
- After editing a file with the VIM command in xshell, the ESC key cannot be output,,,
- There is no solution to the gsonformat plug-in after Android studio 4.1
- Unity install ilruntime plug-in [novice installation tutorial] (supported by unity2018 and later versions)