-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
109 lines (108 loc) · 3.82 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/solarized"]
path = bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "bundle/vim-handlebars"]
path = bundle/vim-handlebars
url = git://github.com/nono/vim-handlebars.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = git://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/powerline
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less
[submodule "bundle/vim-rspec"]
path = bundle/vim-rspec
url = https://github.com/thoughtbot/vim-rspec
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim
[submodule "bundle/neocomplete"]
path = bundle/neocomplete
url = https://github.com/Shougo/neocomplete.vim
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/Raimondi/delimitMate
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = https://github.com/rking/ag.vim
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/vim-startify"]
path = bundle/vim-startify
url = https://github.com/mhinz/vim-startify
[submodule "bundle/vim-instant-markdown"]
path = bundle/vim-instant-markdown
url = https://github.com/suan/vim-instant-markdown
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/tpope/vim-markdown
[submodule "bundle/taglist.vim"]
path = bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = git://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/vim-dispatch"]
path = bundle/vim-dispatch
url = git://github.com/tpope/vim-dispatch.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "bundle/fsharp"]
path = bundle/fsharp
url = git://github.com/kongo2002/fsharp-vim.git
[submodule "bundle/GoldenView.vim"]
path = bundle/GoldenView.vim
url = https://github.com/zhaocai/GoldenView.Vim