-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
84 lines (84 loc) · 3.15 KB
/
.gitmodules
File metadata and controls
84 lines (84 loc) · 3.15 KB
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/tabular"]
path = .vim/bundle/tabular
url = http://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = http://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/cucumber"]
path = .vim/bundle/cucumber
url = http://github.com/tpope/vim-cucumber.git
[submodule ".vim/bundle/unimpaired"]
path = .vim/bundle/unimpaired
url = http://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/autoclose"]
path = .vim/bundle/autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/latex"]
path = .vim/bundle/latex
url = https://github.com/nuclearsandwich/vim-latex.git
[submodule ".vim/bundle/gist"]
path = .vim/bundle/gist
url = https://github.com/mattn/gist-vim.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = http://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/taglist+"]
path = .vim/bundle/taglist+
url = https://github.com/int3/vim-taglist-plus.git
[submodule ".vim/bundle/solarized"]
path = .vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/bufexplorer"]
path = .vim/bundle/bufexplorer
url = git://github.com/vim-scripts/bufexplorer.zip.git
[submodule ".vim/bundle/markdown"]
path = .vim/bundle/markdown
url = git://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/jade"]
path = .vim/bundle/jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule ".vim/bundle/jshint"]
path = .vim/bundle/jshint
url = https://github.com/walm/jshint.vim.git
[submodule ".vim/bundle/easymotion"]
path = .vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/mustache"]
path = .vim/bundle/mustache
url = git://github.com/mustache/vim-mustache-handlebars.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git@github.com:wincent/command-t.git
[submodule ".vim/bundle/rubyblock"]
path = .vim/bundle/rubyblock
url = git@github.com:nelstrom/vim-textobj-rubyblock.git
[submodule ".vim/bundle/textobj"]
path = .vim/bundle/textobj
url = git@github.com:kana/vim-textobj-user.git
[submodule ".vim/bundle/Jenkinsfile-vim-syntax"]
path = .vim/bundle/Jenkinsfile-vim-syntax
url = https://github.com/martinda/Jenkinsfile-vim-syntax.git
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "pure"]
path = pure
url = git@github.com:sindresorhus/pure.git