-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
63 lines (63 loc) · 2.57 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
[submodule "vim/pathogen"]
path = vim/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundles/colors/molokai"]
path = vim/bundles/colors/molokai
url = https://github.com/tomasr/molokai.git
[submodule "vim/bundles/colors/solarized"]
path = vim/bundles/colors/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundles/colors/irblack"]
path = vim/bundles/colors/irblack
url = https://github.com/wgibbs/vim-irblack.git
[submodule "vim/bundles/utils/unimpaired"]
path = vim/bundles/utils/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundles/utils/ctrlp"]
path = vim/bundles/utils/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundles/utils/fugitive"]
path = vim/bundles/utils/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundles/utils/nerdcommenter"]
path = vim/bundles/utils/nerdcommenter
url = https://github.com/ddollar/nerdcommenter.git
[submodule "vim/bundles/utils/zoomwin"]
path = vim/bundles/utils/zoomwin
url = https://github.com/vim-scripts/ZoomWin.git
[submodule "vim/bundles/utils/nerdtree"]
path = vim/bundles/utils/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundles/syntaxes/markdown"]
path = vim/bundles/syntaxes/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "vim/bundles/syntaxes/rails"]
path = vim/bundles/syntaxes/rails
url = https://github.com/tpope/vim-rails.git
[submodule "vim/bundles/utils/ack"]
path = vim/bundles/utils/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/bundles/syntaxes/slim"]
path = vim/bundles/syntaxes/slim
url = https://github.com/slim-template/vim-slim.git
[submodule "vim/bundles/utils/tabular"]
path = vim/bundles/utils/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundles/syntaxes/coffee-script"]
path = vim/bundles/syntaxes/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "tmux/plugins/tmux-resurrect"]
path = tmux/plugins/tmux-resurrect
url = https://github.com/tmux-plugins/tmux-resurrect
[submodule "vim/bundles/syntaxes/elixir"]
path = vim/bundles/syntaxes/elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "vim/bundles/utils/airline"]
path = vim/bundles/utils/airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "vim/bundles/colors/one"]
path = vim/bundles/colors/one
url = https://github.com/rakr/vim-one.git
[submodule "vim/bundles/colors/gruvbox"]
path = vim/bundles/colors/gruvbox
url = https://github.com/morhetz/gruvbox.git