-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.95 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
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/screen"]
path = .vim/bundle/screen
url = http://github.com/ervandew/screen
[submodule ".vim/bundle/vim-bundler"]
path = .vim/bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = http://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = http://github.com/Lokaltog/vim-easymotion
[submodule ".vim/bundle/vim-endwise"]
path = .vim/bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule ".vim/bundle/vim-nerdtree-tabs"]
path = .vim/bundle/vim-nerdtree-tabs
url = http://github.com/jistr/vim-nerdtree-tabs.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = https://github.com/vim-scripts/Command-T.git
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule ".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".vim/bundle/vim-textobj-user"]
path = .vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user
[submodule ".vim/bundle/vim-textobj-rubyblock"]
path = .vim/bundle/vim-textobj-rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby