-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.2 KB
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 1.2 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
[submodule "pack/themes/opt/gruvbox"]
path = pack/themes/opt/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "pack/themes/opt/vim-colors-solarized"]
path = pack/themes/opt/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "pack/plugins/start/nerdcommenter"]
path = pack/plugins/start/nerdcommenter
url = https://github.com/preservim/nerdcommenter.git
[submodule "pack/plugins/start/lightline"]
path = pack/plugins/start/lightline
url = https://github.com/itchyny/lightline.vim
[submodule "pack/plugins/start/nerdtree"]
path = pack/plugins/start/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule "pack/plugins/start/vim-dirdiff"]
path = pack/plugins/start/vim-dirdiff
url = https://github.com/will133/vim-dirdiff
[submodule "pack/plugins/start/vim-indent-guides"]
path = pack/plugins/start/vim-indent-guides
url = https://github.com/preservim/vim-indent-guides.git
[submodule "pack/plugins/start/copilot.vim"]
path = pack/plugins/start/copilot.vim
url = https://github.com/github/copilot.vim.git
[submodule "pack/plugins/start/vim-terraform"]
path = pack/plugins/start/vim-terraform
url = https://github.com/hashivim/vim-terraform.git