-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
42 lines (42 loc) · 1.75 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
[submodule "home/.vim/bundle/nerdcommenter"]
path = home/.vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "home/.vim/bundle/nerdtree"]
path = home/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "home/.vim/bundle/snipmate"]
path = home/.vim/bundle/snipmate
url = https://github.com/mkitt/snipmate.vim.git
[submodule "home/.vim/bundle/fugitive"]
path = home/.vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "home/.vim/bundle/command-t"]
path = home/.vim/bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "home/.vim/bundle/ack"]
path = home/.vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "home/.vim/bundle/rainbow"]
path = home/.vim/bundle/rainbow
url = https://github.com/chrismetcalf/vim-rainbow.git
[submodule "home/.vim/bundle/surround"]
path = home/.vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "home/.vim/bundle/repeat"]
path = home/.vim/bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "home/.vim/bundle/yankring"]
path = home/.vim/bundle/yankring
url = https://github.com/chrismetcalf/vim-yankring.git
[submodule "home/.vim/bundle/vcscommand"]
path = home/.vim/bundle/vcscommand
url = https://github.com/harleypig/vcscommand.vim.git
[submodule "home/.vim/bundle/indent-guides"]
path = home/.vim/bundle/indent-guides
url = git://github.com/nathanaelkane/vim-indent-guides.git
[submodule "home/.vim/bundle/coffee-script"]
path = home/.vim/bundle/coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "home/.vim/bundle/solarized"]
path = home/.vim/bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git