Vim Plugin Manager Vundle+python Plugin

Source: Internet
Author: User

This github on Vundle's address Https://github.com/gmarik/vundle

Set Vundle:

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle.vim


Touch ~/{.vimrc,.vimrc.bundle} here for. VIMRC not bloated, new. Vimrc.bundle

Insert the following fields in the. VIMRC

If Filereadable (expand ("~/.vimrc.bundle"))

SOURCE ~/.vimrc.bundle

endif

The. Vimrc.bundle is inserted as follows:

FileType off

Set rtp+=~/.vim/bundle/vundle.vim/

Call VUNDLE#RC ()

"GitHub repos is defined as follows"

Bundle ' christoomey/vim-run-interactive '

Bundle ' Croaky/vim-colors-github '

Bundle ' Danro/rename.vim '

Bundle ' Majutsushi/tagbar '

Bundle ' Kchmck/vim-coffee-script '

Bundle ' Kien/ctrlp.vim '

Bundle ' Pbrisbin/vim-mkdir '

Bundle ' scrooloose/syntastic '

Bundle ' Slim-template/vim-slim '


"Choose other plugins according to your needs"


Exit current VIM, re-enter: Bundleinstall Install all plugins

Bundleclean Remove Unused plugins

Bundlelist List all Plugins
Bundlesearch Find Plugin

Bundleupdate Update Plugin

The installation of the plugin has been completed.



The following is Gibhub, Python-mode gives a plugin for installing Python support, you can visit https://github.com/python-mode/python-mode

CD ~/.vim mkdir-p bundle && CD bundle git clone https://github.com/python-mode/python-mode.git

Enable pathogen in your ~/.vimrc :

"Pathogen load filetype offcall pathogen#infect () call pathogen#helptags () filetype plugin indent onsyntax on


Vim Plugin Manager Vundle+python Plugin

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.