-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.2 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 "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "lightline.vim"]
path = vim/plugins/lightline.vim
url = https://github.com/itchyny/lightline.vim
ignore = dirty
[submodule "nerdtree"]
path = vim/plugins/nerdtree
url = https://github.com/preservim/nerdtree.git
ignore = dirty
[submodule "YouCompleteMe"]
path = vim/plugins/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
branch = legacy-vim-8.2
ignore = dirty
[submodule "onehalf"]
path = vim/plugins/onehalf
url = https://github.com/sonph/onehalf.git
ignore = dirty
[submodule "vim-fugitive"]
path = vim/plugins/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "zsh-syntax-highlighting"]
path = zsh/oh-my-zsh-custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
ignore = dirty
[submodule "oh-my-zsh"]
path = zsh/oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
ignore = dirty
[submodule "fzf.vim"]
path = vim/plugins/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule "fzf"]
path = vim/plugins/fzf
url = https://github.com/junegunn/fzf.git