-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.64 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
[submodule "vim/.vim/plugged/nerdtree"]
path = vim/.vim/plugged/nerdtree
url = https://github.com/preservim/nerdtree
[submodule "vim/.vim/plugged/vim-nerdtree-syntax-highlight"]
path = vim/.vim/plugged/vim-nerdtree-syntax-highlight
url = https://github.com/tiagofumo/vim-nerdtree-syntax-highlight
[submodule "vim/.vim/plugged/vim-airline"]
path = vim/.vim/plugged/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "vim/.vim/plugged/vim-airline-themes"]
path = vim/.vim/plugged/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "vim/.vim/plugged/vim-devicons"]
path = vim/.vim/plugged/vim-devicons
url = https://github.com/ryanoasis/vim-devicons
[submodule "vim/.vim/plugged/vim-visual-multi"]
path = vim/.vim/plugged/vim-visual-multi
url = https://github.com/mg979/vim-visual-multi
[submodule "vim/.vim/plugged/zsh-autocomplete"]
path = vim/.vim/plugged/zsh-autocomplete
url = https://github.com/marlonrichert/zsh-autocomplete
[submodule "vim/.vim/plugged/vim"]
path = vim/.vim/plugged/vim
url = https://github.com/nordtheme/vim
[submodule "zsh/.zsh/zsh-autosuggestions"]
path = zsh/.zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "zsh/.zsh/zsh-autocomplete"]
path = zsh/.zsh/zsh-autocomplete
url = https://github.com/marlonrichert/zsh-autocomplete
[submodule "zsh/.zsh/zsh-history-substring-search"]
path = zsh/.zsh/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search
[submodule "zsh/.zsh/zsh-syntax-highlighting"]
path = zsh/.zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting