-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.43 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
[submodule "vim/.vim/bundle/nerdcommenter"]
path = vim/.vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "vim/.vim/bundle/nerdtree"]
path = vim/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/.vim/bundle/vim-surround"]
path = vim/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "vim/.vim/bundle/vim-slime"]
path = vim/.vim/bundle/vim-slime
url = https://github.com/jpalardy/vim-slime
[submodule "vim/.vim/bundle/vim-scala"]
path = vim/.vim/bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala
[submodule "vim/.vim/bundle/vim-commentary"]
path = vim/.vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule "vim/.vim/bundle/rust.vim"]
path = vim/.vim/bundle/rust.vim
url = https://github.com/wting/rust.vim
[submodule "vim/.vim/bundle/supertab"]
path = vim/.vim/bundle/supertab
url = https://github.com/ervandew/supertab
[submodule "vim/.vim/bundle/syntastic"]
path = vim/.vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "vim/.vim/bundle/tabular"]
path = vim/.vim/bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "vim/.vim/bundle/julia-vim"]
path = vim/.vim/bundle/julia-vim
url = https://github.com/JuliaLang/julia-vim
[submodule "vim/.vim/bundle/vim-javascript"]
path = vim/.vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript