forked from huangyukun2012/vimconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
72 lines (72 loc) · 2.63 KB
/
.gitmodules
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
65
66
67
68
69
70
71
72
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips
[submodule "bundle/neobundle.vim"]
path = bundle/neobundle.vim
url = https://github.com/Shougo/neobundle.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/vim-multicursor"]
path = bundle/vim-multicursor
url = https://github.com/paradigm/vim-multicursor.git
[submodule "bundle/vim-nerdtree-tabs"]
path = bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs
[submodule "bundle/vim-PinyinSearch"]
path = bundle/vim-PinyinSearch
url = https://github.com/ppwwyyxx/vim-PinyinSearch.git
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/vim-scripts/vimwiki.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/winmanager"]
path = bundle/winmanager
url = https://github.com/vim-scripts/winmanager
[submodule "bundle/taglist.vim"]
path = bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/cscope.vim"]
path = bundle/cscope.vim
url = https://github.com/vim-scripts/cscope.vim.git
[submodule "bundle/DrawIt"]
path = bundle/DrawIt
url = https://github.com/vim-scripts/DrawIt.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/grep.vim"]
path = bundle/grep.vim
url = https://github.com/vim-scripts/grep.vim.git
[submodule "bundle/rainbow_parentheses.vim"]
path = bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git