forked from wmayner/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.69 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
[submodule "fasd"]
path = fasd
url = https://github.com/clvv/fasd.git
[submodule "fonts"]
path = fonts
url = https://github.com/powerline/fonts.git
[submodule "vim.symlink/bundle/vim-pathogen"]
path = vim.symlink/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim.symlink/bundle/vim-fugitive"]
path = vim.symlink/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim.symlink/bundle/vim-colors-solarized"]
path = vim.symlink/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim.symlink/bundle/syntastic"]
path = vim.symlink/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim.symlink/bundle/lightline.vim"]
path = vim.symlink/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
[submodule "vim.symlink/bundle/gundo.vim"]
path = vim.symlink/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git
[submodule "zsh_custom.symlink/plugins/zsh-autosuggestions"]
path = zsh_custom.symlink/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "vim.symlink/bundle/nerdcommenter"]
path = vim.symlink/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim.symlink/bundle/vim-easymotion"]
path = vim.symlink/bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion
[submodule "vim.symlink/bundle/ctrlp.vim"]
path = vim.symlink/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim.symlink/bundle/vim-better-whitespace"]
path = vim.symlink/bundle/vim-better-whitespace
url = git://github.com/ntpeters/vim-better-whitespace.git