-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
33 lines (33 loc) · 1.27 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 "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
[submodule "vim/bundle/lightline"]
path = vim/bundle/lightline
url = https://github.com/itchyny/lightline.vim.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "fonts/powerline"]
path = fonts/powerline
url = https://github.com/powerline/fonts.git
[submodule "nodenv/plugins/node-build"]
path = nodenv/plugins/node-build
url = https://github.com/nodenv/node-build.git
[submodule "nodenv/plugins/nodenv-package-rehash"]
path = nodenv/plugins/nodenv-package-rehash
url = https://github.com/nodenv/nodenv-package-rehash.git
[submodule "nodenv/plugins/nodenv-update"]
path = nodenv/plugins/nodenv-update
url = https://github.com/nodenv/nodenv-update.git