-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
42 lines (42 loc) · 1.72 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 "vim/.vim/bundle/a.vim"]
path = vim/.vim/bundle/a.vim
url = https://github.com/vim-scripts/a.vim.git
[submodule "vim/.vim/bundle/clang_complete"]
path = vim/.vim/bundle/clang_complete
url = https://github.com/Rip-Rip/clang_complete.git
[submodule "vim/.vim/bundle/ctrlp.vim"]
path = vim/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/.vim/bundle/tabular"]
path = vim/.vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/.vim/bundle/ultisnips"]
path = vim/.vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "vim/.vim/bundle/vim-commentary"]
path = vim/.vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "vim/.vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/.vim/bundle/vim-endwise"]
path = vim/.vim/bundle/vim-endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "vim/.vim/bundle/vim-javascript"]
path = vim/.vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/.vim/bundle/vim-railscasts"]
path = vim/.vim/bundle/vim-railscasts
url = https://github.com/jgdavey/vim-railscasts.git
[submodule "vim/.vim/bundle/vim-ruby"]
path = vim/.vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "vim/.vim/bundle/lightline.vim"]
path = vim/.vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
[submodule "vim/.vim/bundle/ag.vim"]
path = vim/.vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "vim/.vim/bundle/syntastic"]
path = vim/.vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git