This is a creation in Article, where the information may have evolved or changed.
A single command can be Vim configured to be powerful C/C++ IDE . Including the inconvenient installation of the YouCompleteMe plug-in is also automatically installed, and will automatically download the latest version from the official website libclang , and then compile the YouCompleteMe plug-in required ycm_core library , which is probably the simplest installation of the plug-in YouCompleteMe posture.
Installation:
curl -o - https://raw.githubusercontent.com/HmyBmny/vimrc/master/install-vim-plugins | sh
Some of the plug-ins need to install some dependencies, such as ctags , please refer to: HTTPS://GITHUB.COM/HMYBMNY/VIMRC
Support all Linux platforms, Mac never tried, by default C/C++ , if you want to develop Python , Go or other languages, just need to find the appropriate Vim plug-in and add the warehouse name to the .vimrc file.
Development Python Simply add the following code to the .vimrc file
The configuration is complete after the terminal runs the vim :PlugInstall +qall install plug-in.
Development Go Simply add the following code to the .vimrc file
Plug `fatih/vim-go`
The configuration is complete after the terminal runs the vim :PlugInstall +qall install plug-in.