Vundle User Manual

Source: Internet
Author: User


I. Introduction

Vundle is short for VIM bundle and is an excellent Vim plug-in manager.

You can use. vimrc for configuration.
Install the configuration plug-in
Upgrade configuration plug-in
Search for VIM plug-in by name
Clear unused plug-ins

Ii. Installation

1. installation environment: Ubuntu 14.04.1 lts 32bit
You must have installed the GIT package,

2,

$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

 

3. Configure the plug-in

Official Template

Set nocompatible "Disable consistency (required) filetype off" (required) "set vundle path and initialize set RTP + = ~ /. Vim/bundle/vundle. vimcall vundle # begin () "enables vundle to manage vundle (required) plugin 'gmarik/vundle. vim '"below are some routines" to ensure that the plug-in is between vundel # begin/end "plugin on GitHub repoplugin 'tpope/vim-Fugitive'" plugin from http://vim-scripts.org/vim/scripts.htmlPlugin 'd9' "Git plugin not hosted on githubplugin 'git: // git.wincent.com/command-t.git' "Git repos on your local machine (I. e. when working on your own plugin) plugin 'file: // home/gmarik/path/to/In in' "The sparkup Vim script is in a subdirectory of this repo called vim. "Pass the path to set the runtimepath properly. plugin 'rstacruz/sparkup', {'rtp ': 'vim/'} "avoid a name conflict with l9plugin 'user/d9', {'name ': 'newd9'} call vundle # End () "(required) filetype plugin indent on" (required)

 

4. Install the plug-in

Run vim and run plugininstall.

Vundle User Manual

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.