-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
84 lines (84 loc) · 3.29 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
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ctrp"]
path = .vim/bundle/ctrp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = https://github.com/vim-scripts/vim-less
[submodule ".vim/bundle/vim-soy"]
path = .vim/bundle/vim-soy
url = https://github.com/vim-scripts/vim-soy
[submodule ".vim/bundle/vim-colors-jellybeans"]
path = .vim/bundle/vim-colors-jellybeans
url = https://github.com/nanotech/jellybeans.vim.git
[submodule ".vim/bundle/vim-golang"]
path = .vim/bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/gist-vim"]
path = .vim/bundle/gist-vim
url = https://github.com/mattn/gist-vim.git
[submodule ".vim/bundle/webapi-vim"]
path = .vim/bundle/webapi-vim
url = https://github.com/mattn/webapi-vim.git
[submodule ".vim/bundle/dockerfile"]
path = .vim/bundle/dockerfile
url = https://github.com/chr4/dockerfile.vim.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/rust"]
path = .vim/bundle/rust
url = https://github.com/wting/rust.vim
[submodule ".vim/bundle/vim-projectionist"]
path = .vim/bundle/vim-projectionist
url = https://github.com/tpope/vim-projectionist
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/vim-colors-monokai"]
path = .vim/bundle/vim-colors-monokai
url = https://github.com/sickill/vim-monokai.git
[submodule ".vim/bundle/vim-jsx"]
path = .vim/bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule ".vim/bundle/vimerl"]
path = .vim/bundle/vimerl
url = https://github.com/jimenezrick/vimerl.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-haskellConceal"]
path = .vim/bundle/vim-haskellConceal
url = https://github.com/Twinside/vim-haskellConceal.git
[submodule ".vim/bundle/elm.vim"]
path = .vim/bundle/elm.vim
url = https://github.com/lambdatoast/elm.vim.git