One command to configure Vim as a powerful IDE

Source: Internet
Author: User
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.

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.