-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
42 lines (42 loc) · 1.48 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
40
41
42
[submodule "vim-polyglot"]
path = .vim/pack/syntax/start/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
#url = https://github.com/harleypig/vim-polyglot.git
branch = working
ignore = dirty
[submodule "vim-colorschemes"]
path = .vim/pack/colorschemes/start/vim-colorschemes
url = https://github.com/EvitanRelta/vim-colorschemes.git
ignore = dirty
[submodule "coc"]
path = .vim/pack/intellisense/start/coc
url = https://github.com/neoclide/coc.nvim.git
ignore = dirty
branch = release
[submodule "asynctasks"]
path = .vim/pack/testing/start/asynctasks
url = https://github.com/skywind3000/asynctasks.vim.git
ignore = dirty
[submodule "ale"]
path = .vim/pack/intellisense/start/ale
url = https://github.com/dense-analysis/ale.git
ignore = dirty
[submodule "copilot"]
url = https://github.com/github/copilot.vim.git
path = .vim/pack/intellisense/opt/copilot
[submodule "vim-eunuch"]
url = https://github.com/tpope/vim-eunuch.git
path = .vim/pack/plugins/start/vim-eunuch
[submodule "vim-surround"]
url = https://github.com/tpope/vim-surround.git
path = .vim/pack/plugins/start/vim-surround
[submodule "vim-repeat"]
url = https://github.com/tpope/vim-repeat.git
path = .vim/pack/plugins/start/vim-repeat
[submodule "vim-toml"]
url = https://github.com/cespare/vim-toml.git
path = .vim/pack/testing/start/vim-toml
[submodule "vim-mustache-handlebars"]
path = .vim/2btested/vim-mustache-handlebars
url = https://github.com/mustache/vim-mustache-handlebars.git
ignore = dirty