forked from geekan/source-insight-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vundle.vimrc
64 lines (55 loc) · 1.72 KB
/
.vundle.vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
" The following are examples of different formats supported.
" Keep Plugin commands between vundle#begin/end.
" plugin on GitHub repo
" Plugin 'tpope/vim-fugitive'
" plugin from http://vim-scripts.org/vim/scripts.html
" Plugin 'L9'
" Git plugin not hosted on GitHub
" Plugin 'git://git.wincent.com/command-t.git'
" git repos on your local machine (i.e. when working on your own plugin)
" 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 L9
" original repos on github
" Bundle 'kevinw/pyflakes-vim'
" Bundle 'Lokaltog/vim-powerline'
Bundle 'bling/vim-airline'
" Bundle 'fs111/pydoc.vim'
" Bundle 'chriskempson/tomorrow-theme'
" Bundle 'kien/rainbow_parentheses.vim'
" vim-scripts repos
Bundle 'taglist.vim'
" Bundle 'Tagbar'
" Bundle 'TaskList.vim'
" Bundle 'snipMate'
" Bundle 'ZenCoding.vim'
" Bundle 'Tabular'
" Bundle 'Auto-Pairs'
" Bundle 'Pydiction'
" Bundle 'The-NERD-tree'
" Bundle 'neocomplcache'
" Bundle 'Color-Scheme-Explorer'
"
" Bundle 'altercation/vim-colors-solarized'
" Bundle 'nanotech/jellybeans.vim'
" Bundle '29decibel/codeschool-vim-theme'
" Syntax
" Bundle 'pangloss/vim-javascript'
" Bundle 'plasticboy/vim-markdown'
" Bundle 'henices/vim-nbin'
" Motion
Bundle 'Lokaltog/vim-easymotion'
" Bundle 'vim-scripts/matchit.zip'
" Bundle 'Valloric/YouCompleteMe'
" Bundle 'SirVer/ultisnips'
" Bundle 'c.vim'
Bundle 'scrooloose/nerdtree'
Bundle 'wesleyche/SrcExpl'
Bundle 'L9'
Bundle 'FuzzyFinder'
" Bundle 'mkitt/tabline.vim'