-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
78 lines (78 loc) · 2.89 KB
/
.gitmodules
File metadata and controls
78 lines (78 loc) · 2.89 KB
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
73
74
75
76
77
78
[submodule "bundle/snipmate.vim"]
path = bundle/snipmate.vim
url = https://github.com/ervandew/snipmate.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "bundle/jshint2.vim"]
path = bundle/jshint2.vim
url = https://github.com/Shutnik/jshint2.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/TaskList.vim"]
path = bundle/TaskList.vim
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/powerline.git
[submodule "bundle/vim-plugin-minibufexpl"]
path = bundle/vim-plugin-minibufexpl
url = https://github.com/techlivezheng/vim-plugin-minibufexpl.git
[submodule "bundle/vim-node-dict"]
path = bundle/vim-node-dict
url = https://github.com/guileen/vim-node-dict.git
[submodule "bundle/vim-nodejs-complete"]
path = bundle/vim-nodejs-complete
url = https://github.com/ahayman/vim-nodejs-complete.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/taglist.vim"]
path = bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/delimitmate"]
path = bundle/delimitmate
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/vim-dochub"]
path = bundle/vim-dochub
url = git://github.com/stephenmckinney/vim-dochub.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/sirver/ultisnips.git
[submodule "bundle/ternjs"]
path = bundle/ternjs
url = https://github.com/ternjs/tern_for_vim.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = git://github.com/rking/ag.vim.git
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = git://github.com/editorconfig/editorconfig-vim.git
[submodule "bundle/vim-session"]
path = bundle/vim-session
url = git://github.com/xolox/vim-session.git
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = git://github.com/xolox/vim-misc.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = git://github.com/terryma/vim-multiple-cursors.git