-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
42 lines (42 loc) · 1.49 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 "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh
[submodule "vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "vim-sensible"]
path = vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible
[submodule "vim-neatstatus"]
path = vim/bundle/vim-neatstatus
url = https://github.com/maciakl/vim-neatstatus
[submodule "nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "editorconfig-vim"]
path = vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "vim/bundle/vim-terraform"]
path = vim/bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform
[submodule "vim/bundle/vim-hclfmt"]
path = vim/bundle/vim-hclfmt
url = https://github.com/fatih/vim-hclfmt