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