-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
93 lines (93 loc) · 3.62 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
82
83
84
85
86
87
88
89
90
91
92
93
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/bufkill.vim"]
path = vim/bundle/bufkill.vim
url = https://github.com/vim-scripts/bufkill.vim.git
[submodule "vim/bundle/vim-autoclose"]
path = vim/bundle/vim-autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/vim-endwise"]
path = vim/bundle/vim-endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "vim/bundle/vim-json"]
path = vim/bundle/vim-json
url = https://github.com/leshill/vim-json.git
[submodule "vim/bundle/nercommenter"]
path = vim/bundle/nercommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-cucumber"]
path = vim/bundle/vim-cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-haml"]
path = vim/bundle/vim-haml
url = https://github.com/tpope/vim-haml.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vim/bundle/vim-powerline"]
path = vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "vim/bundle/vim-rbenv"]
path = vim/bundle/vim-rbenv
url = https://github.com/tpope/vim-rbenv.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/ag.vim"]
path = vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "vim/bundle/vim-preview"]
path = vim/bundle/vim-preview
url = https://github.com/greyblake/vim-preview.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim/bundle/vim-airline-themes"]
path = vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = http://github.com/pangloss/vim-javascript.git
[submodule "/Users/d038720/.dotfiles/vim/bundle/vim-ruby"]
path = /Users/d038720/.dotfiles/vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "/Users/d038720/.dotfiles/config/base16-shell"]
path = /Users/d038720/.dotfiles/config/base16-shell
url = https://github.com/chriskempson/base16-shell.git
[submodule "vim/bundle/base16-vim"]
path = vim/bundle/base16-vim
url = https://github.com/danielwe/base16-vim