-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
66 lines (66 loc) · 2.58 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
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/bundle/funcoo.vim"]
path = .vim/bundle/funcoo.vim
url = https://github.com/rizzatti/funcoo.vim.git
[submodule ".vim/bundle/dash.vim"]
path = .vim/bundle/dash.vim
url = https://github.com/rizzatti/dash.vim.git
[submodule "vim-instant-markdown"]
path = vim-instant-markdown
url = https://github.com/suan/vim-instant-markdown
[submodule ".vim/bundle/vim-instant-markdown"]
path = .vim/bundle/vim-instant-markdown
url = https://github.com/suan/vim-instant-markdown
[submodule ".vim/bundle/vim-pipe"]
path = .vim/bundle/vim-pipe
url = https://github.com/krisajenkins/vim-pipe.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule ".vim/bundle/vim-jade"]
path = .vim/bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = https://github.com/groenewege/vim-less
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = https://github.com/sjl/gundo.vim
[submodule ".vim/bundle/vim-golang"]
path = .vim/bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
[submodule ".vim/bundle/vim-clojure-static"]
path = .vim/bundle/vim-clojure-static
url = https://github.com/guns/vim-clojure-static.git
[submodule ".vim/bundle/vim-scala"]
path = .vim/bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule ".vim/bundle/vi-jsx"]
path = .vim/bundle/vim-jsx
url = git@github.com:mxw/vim-jsx.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git