-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 962 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "python-mode"]
path = vim/.vim/pack/python-mode/start/python-mode
url = https://github.com/python-mode/python-mode.git
[submodule "nerdtree"]
path = vim/.vim/pack/nerdtree/start/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim-solarized8"]
path = vim/.vim/pack/vim-solarized8/opt/vim-solarized8
url = https://github.com/lifepillar/vim-solarized8.git
[submodule "rust.vim"]
path = vim/.vim/pack/rust.vim/start/rust.vim
url = https://github.com/rust-lang/rust.vim
[submodule "zsh-autosuggestions"]
path = zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh-completions"]
path = zsh/.oh-my-zsh/custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "zsh-syntax-highlighting"]
path = zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git