-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
105 lines (105 loc) · 4.22 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
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/gitv"]
path = .vim/bundle/gitv
url = https://github.com/gregsexton/gitv.git
[submodule ".vim/bundle/L9"]
path = .vim/bundle/L9
url = https://github.com/vim-scripts/L9.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-jellybeans"]
path = .vim/bundle/vim-colors-jellybeans
url = https://github.com/amacdougall/jellybeans.vim.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-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-colors-irblack"]
path = .vim/bundle/vim-colors-irblack
url = https://github.com/wgibbs/vim-irblack.git
[submodule ".vim/bundle/vim-colors-molokai"]
path = .vim/bundle/vim-colors-molokai
url = https://github.com/kazuhisya/molokai.git
[submodule ".vim/bundle/vim-colors-monokai"]
path = .vim/bundle/vim-colors-monokai
url = https://github.com/rickharris/vim-monokai.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/vim-cucumber"]
path = .vim/bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule ".vim/bundle/vim-colors-badwolf"]
path = .vim/bundle/vim-colors-badwolf
url = git://github.com/sjl/badwolf.git
[submodule ".vim/bundle/vim-colors-railscasts"]
path = .vim/bundle/vim-colors-railscasts
url = https://github.com/jpo/vim-railscasts-theme.git
[submodule ".vim/bundle/vim-jade"]
path = .vim/bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule ".vim/bundle/vim-scss-syntax"]
path = .vim/bundle/vim-scss-syntax
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/nerdtree-tabs"]
path = .vim/bundle/nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-nginx"]
path = .vim/bundle/vim-nginx
url = https://github.com/jinfield/vim-nginx.git
[submodule ".vim/bundle/vim-slim"]
path = .vim/bundle/vim-slim
url = git://github.com/bbommarito/vim-slim.git
[submodule ".vim/bundle/vim-matchit"]
path = .vim/bundle/vim-matchit
url = git://github.com/tsaleh/vim-matchit.git
[submodule ".vim/bundle/vim-colors-tomorrow"]
path = .vim/bundle/vim-colors-tomorrow
url = git://github.com/chriskempson/vim-tomorrow-theme.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/vim-togglelist"]
path = .vim/bundle/vim-togglelist
url = git://github.com/milkypostman/vim-togglelist.git
[submodule ".vim/bundle/vim-rainbow-parentheses"]
path = .vim/bundle/vim-rainbow-parentheses
url = git://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-endwise"]
path = .vim/bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule ".vim/bundle/vim-powerline"]
path = .vim/bundle/vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule ".vim/bundle/vim-base16"]
path = .vim/bundle/vim-base16
url = git://github.com/chriskempson/base16-vim.git
[submodule ".vim/bundle/vim-css-color"]
path = .vim/bundle/vim-css-color
url = git://github.com/ap/vim-css-color.git
[submodule ".vim/bundle/vim-tag-highlight"]
path = .vim/bundle/vim-tag-highlight
url = git://github.com/BenBergman/TagHighlight.git