forked from adragomir/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
165 lines (165 loc) · 6.27 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
[submodule ".vim/bundle/vim-align"]
path = .vim/bundle/vim-align
url = https://github.com/tsaleh/vim-align.git
[submodule ".vim/bundle/clang_complete"]
path = .vim/bundle/clang_complete
url = https://github.com/Rip-Rip/clang_complete.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule ".vim/bundle/conque"]
path = .vim/bundle/conque
url = https://github.com/rson/vim-conque.git
[submodule ".vim/bundle/fakeclip"]
path = .vim/bundle/fakeclip
url = https://github.com/kana/vim-fakeclip.git
[submodule ".vim/bundle/gist"]
path = .vim/bundle/gist
url = https://github.com/mattn/gist-vim.git
[submodule ".vim/bundle/ku"]
path = .vim/bundle/ku
url = https://github.com/kana/vim-ku.git
[submodule ".vim/bundle/zencoding"]
path = .vim/bundle/zencoding
url = https://github.com/mattn/zencoding-vim.git
[submodule ".vim/bundle/metarw"]
path = .vim/bundle/metarw
url = https://github.com/kana/vim-metarw.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/pastie"]
path = .vim/bundle/pastie
url = https://github.com/tpope/vim-pastie.git
[submodule ".vim/bundle/slimv"]
path = .vim/bundle/slimv
url = https://github.com/vim-scripts/slimv.vim.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/arpeggio"]
path = .vim/bundle/arpeggio
url = https://github.com/kana/vim-arpeggio.git
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule ".vim/bundle/smarttill"]
path = .vim/bundle/smarttill
url = https://github.com/kana/vim-smarttill.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = http://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/javascript"]
path = .vim/bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/delimitmate"]
path = .vim/bundle/delimitmate
url = https://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/vimpdb"]
path = .vim/bundle/vimpdb
url = https://github.com/gotcha/vimpdb.git
[submodule ".vim/bundle/javacomplete"]
path = .vim/bundle/javacomplete
url = git://github.com/adragomir/javacomplete.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/vimorganizer"]
path = .vim/bundle/vimorganizer
url = https://github.com/hsitz/VimOrganizer.git
[submodule ".vim/bundle/textobj-user"]
path = .vim/bundle/textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule ".vim/bundle/neverland-vim-theme"]
path = .vim/bundle/neverland-vim-theme
url = https://github.com/trapd00r/neverland-vim-theme.git
[submodule ".vim/bundle/chapa"]
path = .vim/bundle/chapa
url = https://github.com/alfredodeza/chapa.vim.git
[submodule ".vim/bundle/operator-user"]
path = .vim/bundle/operator-user
url = https://github.com/kana/vim-operator-user.git
[submodule ".vim/bundle/operator-replace"]
path = .vim/bundle/operator-replace
url = https://github.com/kana/vim-operator-replace.git
[submodule ".vim/bundle/textobj-function"]
path = .vim/bundle/textobj-function
url = https://github.com/kana/vim-textobj-function.git
[submodule ".vim/bundle/textobj-fold"]
path = .vim/bundle/textobj-fold
url = https://github.com/kana/vim-textobj-fold.git
[submodule ".vim/bundle/smartchr"]
path = .vim/bundle/smartchr
url = https://github.com/kana/vim-smartchr.git
[submodule ".vim/bundle/smartword"]
path = .vim/bundle/smartword
url = https://github.com/kana/vim-smartword.git
[submodule ".vim/bundle/textobj-datetime"]
path = .vim/bundle/textobj-datetime
url = https://github.com/kana/vim-textobj-datetime.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/unimpaired"]
path = .vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/coffee-script"]
path = .vim/bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/indent-object"]
path = .vim/bundle/indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule ".vim/bundle/markdown"]
path = .vim/bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/bundle/localvimrc"]
path = .vim/bundle/localvimrc
url = https://github.com/vim-scripts/localvimrc.git
[submodule ".vim/bundle/vim-bundle"]
path = .vim/bundle/vim-bundle
url = https://github.com/kana/vim-bundle.git
[submodule ".vim/bundle/taglist-plus"]
path = .vim/bundle/taglist-plus
url = https://github.com/int3/vim-taglist-plus.git
[submodule ".vim/bundle/textile"]
path = .vim/bundle/textile
url = https://github.com/timcharper/textile.vim
[submodule ".vim/bundle/neocomplcache"]
path = .vim/bundle/neocomplcache
url = https://github.com/Shougo/neocomplcache.git
[submodule ".vim/bundle/easymotion"]
path = .vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/fuzzyfinder"]
path = .vim/bundle/fuzzyfinder
url = https://github.com/vim-scripts/FuzzyFinder.git
[submodule ".vim/bundle/l9"]
path = .vim/bundle/l9
url = https://github.com/clones/vim-l9.git
[submodule ".vim/bundle/puppet-vim"]
path = .vim/bundle/puppet-vim
url = https://github.com/ajf/puppet-vim.git
[submodule ".vim/bundle/powerline"]
path = .vim/bundle/powerline
url = https://github.com/Lokaltog/vim-powerline
[submodule ".vim/bundle/python-mode"]
path = .vim/bundle/python-mode
url = https://github.com/klen/python-mode.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/simplenote"]
path = .vim/bundle/simplenote
url = https://github.com/mrtazz/simplenote.vim.git
[submodule ".vim/bundle/ultisnips"]
path = .vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git