-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
81 lines (81 loc) · 3.22 KB
/
.gitmodules
File metadata and controls
81 lines (81 loc) · 3.22 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[submodule "zsh/custom/plugins/zsh-syntax-highlighting"]
path = zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zsh/custom/plugins/zsh-autosuggestions"]
path = zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh/custom/plugins/git-open"]
path = zsh/custom/plugins/git-open
url = https://github.com/paulirish/git-open.git
[submodule "vim/bundle/Vundle.vim"]
path = vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/YouCompleteMe"]
path = vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate
[submodule "vim/bundle/vim-argumentative"]
path = vim/bundle/vim-argumentative
url = https://github.com/PeterRincker/vim-argumentative
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/nerdtree-git-plugin"]
path = vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin
[submodule "zsh/.oh-my-zsh"]
path = zsh/.oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/lightline.vim"]
path = vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "git/git-submodule-tools"]
path = git/git-submodule-tools
url = https://github.com/kollerma/git-submodule-tools.git
[submodule "vim/bundle/vim-colorschemes"]
path = vim/bundle/vim-colorschemes
url = https://github.com/2dxgujun/vim-colorschemes.git
[submodule "vim/bundle/vim-vue"]
path = vim/bundle/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule "vim/bundle/vim-prettier"]
path = vim/bundle/vim-prettier
url = https://github.com/prettier/vim-prettier.git
[submodule "vim/bundle/vim-clang-format"]
path = vim/bundle/vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
[submodule "vim/bundle/kotlin-vim"]
path = vim/bundle/kotlin-vim
url = https://github.com/udalov/kotlin-vim.git
[submodule "vim/bundle/dart-vim-plugin"]
path = vim/bundle/dart-vim-plugin
url = https://github.com/dart-lang/dart-vim-plugin.git
[submodule "vim/bundle/previm"]
path = vim/bundle/previm
url = https://github.com/previm/previm.git
[submodule "zsh/custom/plugins/zsh-nvm"]
path = zsh/custom/plugins/zsh-nvm
url = https://github.com/lukechilds/zsh-nvm