Created
          November 28, 2017 01:25 
        
      - 
      
 - 
        
Save ShawnRong/68ef1853f2169fe1d7e55e7ab86cf1f6 to your computer and use it in GitHub Desktop.  
    vim plugins(vundle)
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| Plugin 'VundleVim/Vundle.vim' | |
| Plugin 'sheerun/vim-polyglot' | |
| Plugin 'scrooloose/nerdtree' | |
| Plugin 'Xuyuanp/nerdtree-git-plugin' | |
| Plugin 'ctrlpvim/ctrlp.vim' | |
| Plugin 'tpope/vim-surround' | |
| Plugin 'easymotion/vim-easymotion' | |
| Plugin 'docunext/closetag.vim' | |
| Plugin 'kien/rainbow_parentheses.vim' | |
| Plugin 'scrooloose/nerdcommenter' | |
| Plugin 'Raimondi/delimitMate' | |
| Plugin 'vim-airline/vim-airline' | |
| Plugin 'vim-syntastic/syntastic' | |
| Plugin 'terryma/vim-multiple-cursors' | |
| Plugin 'tpope/vim-fugitive' | |
| Plugin 'majutsushi/tagbar' | |
| " All of your Plugins must be added before the following line | |
| call vundle#end() " required | |
| filetype plugin indent on " required | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment