Vim uses pathogen

Source: Internet
Author: User
Tags autoload git clone

Installation
Install to ~/.vim/autoload/pathogen.vim. Or Copy and paste:

Mkdir-p ~/.vim/autoload ~/.vim/bundle && \
Curl-lsso ~/.vim/autoload/pathogen.vim Https://tpo.pe/pathogen.vim
If you ' re using Windows, change all occurrences of ~/.vim to ~\vimfiles.

To install a new plugin, simply download the plugin and place it in the ~/.vim/bundle/directory.
Assuming you want to download the install Nerdtree plugin, simply go to the ~/.vim/bundle/directory and execute the following command:
git clone http://github.com/scrooloose/nerdtree.git
and to uninstall the plugin is also very simple, just need to delete the Nerdtree directory in the ~/.vim/bundle/directory can be
To update the plugin to the latest version, simply go to the directory ~/.vim/bundle/nerdtree/and execute the following command:

Git pull origin

Installing Youcompleteme

git clone--recursive https://github.com/Valloric/YouCompleteMe.git

Vim uses pathogen

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.