forked from jeffkreeftmeijer/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
51 lines (51 loc) · 2.12 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
[submodule "home/.vim/bundle/pathogen"]
path = home/.vim/bundle/pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "home/.vim/bundle/ctrlp.vim"]
path = home/.vim/bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "home/.vim/bundle/vim-commentary"]
path = home/.vim/bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
[submodule "home/.vim/bundle/vim-rails"]
path = home/.vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "home/.vim/bundle/vim-repeat"]
path = home/.vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "home/.vim/bundle/vim-ruby"]
path = home/.vim/bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "home/.vim/bundle/vim-surround"]
path = home/.vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "home/.vim/bundle/vim-unimpaired"]
path = home/.vim/bundle/vim-unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule "home/.oh-my-zsh"]
path = home/.oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule "home/.vim/bundle/vim-fugitive"]
path = home/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "home/.vim/bundle/railscat/colors"]
path = home/.vim/bundle/railscat/colors
url = [email protected]:1523432.git
[submodule "home/.vim/bundle/solarized"]
path = home/.vim/bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "home/.vim/bundle/vim-jst"]
path = home/.vim/bundle/vim-jst
url = git://github.com/briancollins/vim-jst.git
[submodule "home/.vim/bundle/vim-numbertoggle"]
path = home/.vim/bundle/vim-numbertoggle
url = git://github.com/jeffkreeftmeijer/vim-numbertoggle.git
[submodule "home/.vim/bundle/YouCompleteMe"]
path = home/.vim/bundle/YouCompleteMe
url = git://github.com/Valloric/YouCompleteMe.git
[submodule "home/.vim/bundle/supertab"]
path = home/.vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "home/.vim/bundle/clang_complete"]
path = home/.vim/bundle/clang_complete
url = https://github.com/Rip-Rip/clang_complete.git