-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
91 lines (91 loc) · 3.3 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
[submodule ".vim/bundle/Command-T"]
path = .vim/bundle/Command-T
url = https://github.com/wincent/Command-T.git
ignore = untracked
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = untracked
[submodule ".vim/bundle/snipmate.vim"]
path = .vim/bundle/snipmate.vim
url = https://github.com/garbas/vim-snipmate.git
ignore = untracked
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
ignore = untracked
[submodule ".vim/bundle/taglist-plus"]
path = .vim/bundle/taglist-plus
url = https://github.com/vim-scripts/taglist-plus.git
ignore = untracked
[submodule ".vim/bundle/timestamp.vim"]
path = .vim/bundle/timestamp.vim
url = https://github.com/vim-scripts/timestamp.vim.git
ignore = untracked
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = untracked
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = http://github.com/ervandew/supertab
ignore = untracked
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
ignore = untracked
[submodule ".vim/ftplugin/jslint.vim"]
path = .vim/bundle/jslint.vim
url = https://github.com/hallettj/jslint.vim.git
ignore = untracked
[submodule ".vim/bundle/ShowTrailingWhitespace"]
path = .vim/bundle/ShowTrailingWhitespace
url = https://github.com/vim-scripts/ShowTrailingWhitespace.git
[submodule ".vim/bundle/css-color"]
path = .vim/bundle/css-color
url = https://github.com/ap/vim-css-color.git
[submodule ".vim/bundle/sparkup"]
path = .vim/bundle/sparkup
url = https://github.com/tristen/vim-sparkup.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/powerline"]
path = .vim/bundle/powerline
url = https://github.com/Lokaltog/powerline.git
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch
[submodule ".vim/bundle/tcomment"]
path = .vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule "powerline-shell"]
path = powerline-shell
url = https://github.com/milkbikis/powerline-shell.git
[submodule "powerline-fonts"]
path = powerline-fonts
url = https://github.com/Lokaltog/powerline-fonts
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/mw-utils"]
path = .vim/bundle/mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/phpcomplete.vim"]
path = .vim/bundle/phpcomplete.vim
url = https://github.com/shawncplus/phpcomplete.vim.git
[submodule ".vim/bundle/puppet"]
path = .vim/bundle/puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "antigen"]
path = antigen
url = https://github.com/zsh-users/antigen.git
[submodule ".vim/bundle/tmux.vim"]
path = .vim/bundle/tmux.vim
url = https://github.com/keith/tmux.vim.git