-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
81 lines (81 loc) · 3.26 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
[submodule "vim/bundle/vim-scala"]
path = vim/bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "zsh_modules/oh-my-zsh"]
path = zsh_modules/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "zsh_modules/z-zsh"]
path = zsh_modules/z-zsh
url = https://github.com/sjl/z-zsh.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/vim-powerline"]
path = vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "vim/bundle/vim-protobuf"]
path = vim/bundle/vim-protobuf
url = https://github.com/uarun/vim-protobuf.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-colors-molokai"]
path = vim/bundle/vim-colors-molokai
url = https://github.com/tomasr/molokai.git
[submodule "vim/bundle/gitv"]
path = vim/bundle/gitv
url = https://github.com/gregsexton/gitv.git
[submodule "utils/vimpager"]
path = utils/vimpager
url = https://github.com/rkitover/vimpager.git
[submodule "utils/fasd"]
path = utils/fasd
url = https://github.com/clvv/fasd.git
[submodule "colors/gnome-terminal-colors-solarized"]
path = colors/gnome-terminal-colors-solarized
url = https://github.com/sigurdga/gnome-terminal-colors-solarized.git
[submodule "zsh_modules/omz-custom/plugins/zsh-syntax-highlighting"]
path = zsh_modules/omz-custom/plugins/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim/bundle/tslime"]
path = vim/bundle/tslime
url = https://github.com/jgdavey/tslime.vim.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/vim-unimpaired"]
path = vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "colors/intellij-colors-solarized"]
path = colors/intellij-colors-solarized
url = https://github.com/jkaving/intellij-colors-solarized.git
[submodule "zsh_modules/omz-custom/plugins/powerlevel9k"]
path = zsh_modules/omz-custom/plugins/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k.git
[submodule "zsh_modules/omz-custom/plugins/zsh-autosuggestions"]
path = zsh_modules/omz-custom/plugins/zsh-autosuggestions
url = git://github.com/zsh-users/zsh-autosuggestions
[submodule "vim/bundle/idris-vim"]
path = vim/bundle/idris-vim
url = https://github.com/idris-hackers/idris-vim.git