-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
52 lines (52 loc) · 2.05 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
43
44
45
46
47
48
49
50
51
52
[submodule "home/.vim/bundle/ctrlp.vim"]
path = home/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
ignore = dirty
[submodule "home/.vim/bundle/lightline.vim"]
path = home/.vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
ignore = dirty
[submodule "home/.vim/bundle/supertab"]
path = home/.vim/bundle/supertab
url = https://github.com/ervandew/supertab
ignore = dirty
[submodule "home/.vim/bundle/tcomment.vim"]
path = home/.vim/bundle/tcomment.vim
url = https://github.com/tomtom/tcomment_vim.git
ignore = dirty
[submodule "home/.vim/bundle/typescript-vim"]
path = home/.vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
ignore = dirty
[submodule "home/.vim/bundle/vim-better-whitespace"]
path = home/.vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace
ignore = dirty
[submodule "home/.vim/bundle/vim-fugitive"]
path = home/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "home/.vim/bundle/vim-prettier"]
path = home/.vim/bundle/vim-prettier
url = https://github.com/prettier/vim-prettier
ignore = dirty
[submodule "home/.vim/bundle/vim-surround"]
path = home/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "home/.oh-my-zsh"]
path = home/.oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
ignore = dirty
[submodule "overrides/.oh-my-zsh/custom/plugins/zsh-autosuggestions"]
path = overrides/.oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
ignore = dirty
[submodule "overrides/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = overrides/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
ignore = dirty
[submodule "home/.vim/bundle/vim-indent-guides"]
path = home/.vim/bundle/vim-indent-guides
url = https://github.com/preservim/vim-indent-guides.git
ignore = dirty