-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
61 lines (61 loc) · 2.01 KB
/
.gitmodules
File metadata and controls
61 lines (61 loc) · 2.01 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
branch = master
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
branch = master
[submodule "bundle/easy-align"]
path = bundle/easy-align
url = https://github.com/junegunn/vim-easy-align.git
branch = master
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
branch = master
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
branch = master
[submodule "bundle/undotree"]
path = bundle/undotree
url = https://github.com/mbbill/undotree.git
branch = master
[submodule "bundle/badwolf"]
path = bundle/badwolf
url = https://github.com/sjl/badwolf.git
branch = master
[submodule "bundle/vim-dispatch"]
path = bundle/vim-dispatch
url = https://github.com/tpope/vim-dispatch.git
branch = master
[submodule "bundle/gruvbox"]
path = bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
branch = master
[submodule "bundle/kuroi"]
path = bundle/kuroi
url = https://github.com/aonemd/kuroi.vim.git
branch = master
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
[submodule "bundle/tagbar2"]
path = bundle/tagbar2
url = https://github.com/preservim/tagbar.git
[submodule "bundle/coc"]
path = bundle/coc
url = https://github.com/neoclide/coc.nvim.git
branch = release
[submodule "bundle/vim-lsp"]
path = bundle/vim-lsp
url = https://github.com/prabirshrestha/vim-lsp.git
branch = master
[submodule "bundle/vim-lsp-settings"]
path = bundle/vim-lsp-settings
url = https://github.com/mattn/vim-lsp-settings.git
branch = master
[submodule "bundle/c-function-context"]
path = bundle/c-function-context
url = https://github.com/wellle/context.vim.git