-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
33 lines (33 loc) · 1.35 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
[submodule "vim/pathogen"]
path = vim/pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-speeddating"]
path = vim/bundle/vim-speeddating
url = git://github.com/tpope/vim-speeddating.git
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
[submodule "vim/bundle/argtextobj.vim"]
path = vim/bundle/argtextobj.vim
url = git://github.com/vim-scripts/argtextobj.vim.git
[submodule "vim/bundle/vim-exchange"]
path = vim/bundle/vim-exchange
url = git://github.com/tommcdo/vim-exchange.git
[submodule "vim/bundle/Dockerfile.vim"]
path = vim/bundle/Dockerfile.vim
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "vim/bundle/editorconfig-vim"]
path = vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "vim/bundle/vim-visual-star-search"]
path = vim/bundle/vim-visual-star-search
url = https://github.com/bronson/vim-visual-star-search.git