-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
35 lines (35 loc) · 1.27 KB
/
.gitmodules
File metadata and controls
35 lines (35 loc) · 1.27 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
28
29
30
31
32
33
34
35
[submodule "vim-polyglot"]
path = .vim/pack/010-syntax/start/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
#url = https://github.com/harleypig/vim-polyglot.git
branch = master
ignore = dirty
[submodule "vim-colorschemes"]
path = .vim/pack/400-ui/start/vim-colorschemes
url = https://github.com/EvitanRelta/vim-colorschemes.git
ignore = dirty
[submodule "coc"]
path = .vim/pack/300-intellisense/start/coc
url = https://github.com/neoclide/coc.nvim.git
ignore = dirty
branch = release
[submodule "ale"]
path = .vim/pack/300-intellisense/start/ale
url = https://github.com/dense-analysis/ale.git
ignore = dirty
[submodule "vim-eunuch"]
url = https://github.com/tpope/vim-eunuch.git
path = .vim/pack/100-core/start/vim-eunuch
[submodule "vim-surround"]
url = https://github.com/tpope/vim-surround.git
path = .vim/pack/100-core/start/vim-surround
[submodule "vim-repeat"]
url = https://github.com/tpope/vim-repeat.git
path = .vim/pack/100-core/start/vim-repeat
[submodule "vim-toml"]
url = https://github.com/cespare/vim-toml.git
path = .vim/pack/200-lang/start/vim-toml
[submodule "vim-mustache-handlebars"]
path = .vim/pack/200-lang/opt/vim-mustache-handlebars
url = https://github.com/mustache/vim-mustache-handlebars.git
ignore = dirty