-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
34 lines (33 loc) · 1.23 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
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "vim/bundle/vim-cljfmt"]
path = vim/bundle/vim-cljfmt
url = https://github.com/venantius/vim-cljfmt.git
[submodule "vim/bundle/vim-eastwood"]
path = vim/bundle/vim-eastwood
url = https://github.com/venantius/vim-eastwood.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/vim-fireplace"]
path = vim/bundle/vim-fireplace
url = git://github.com/tpope/vim-fireplace.git
[submodule "vim/bundle/rust.vim"]
path = vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git://github.com/vim-scripts/supertab.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git