-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
78 lines (78 loc) · 2.5 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[submodule "vim/bundle/gundo.vim"]
path = vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/powerline/powerline.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "bundle/neocomplete.vim"]
path = bundle/neocomplete.vim
url = https://github.com/Shougo/neocomplete.vim.git
[submodule "bundle/gundo.vim"]
path = bundle/gundo.vim
url = https://github.com/sjl/gundo.vim
[submodule "bundle/vim-gocode"]
path = bundle/vim-gocode
url = https://github.com/Blackrush/vim-gocode.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "plugged/vim-go"]
path = plugged/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "pack/plugins/start/vim-go"]
path = pack/plugins/start/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "gundo.vim"]
path = gundo.vim
url = https://github.com/sjl/gundo.vim
[submodule "vim-go"]
path = vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim-markdown"]
path = vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vim-gocode"]
path = vim-gocode
url = https://github.com/Blackrush/vim-gocode.git
[submodule "neocomplete.vim"]
path = neocomplete.vim
url = https://github.com/Shougo/neocomplete.vim.git
[submodule "tagbar"]
path = tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "nerdtree"]
path = nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "powerline"]
path = powerline
url = https://github.com/powerline/powerline.git
[submodule "vim-sensible"]
path = vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "ale"]
path = ale
url = https://github.com/dense-analysis/ale.git
[submodule "vim-clang-format"]
path = vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
[submodule "ctrlp.vim"]
path = ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule "vim-fugitive"]
path = vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "ctrlp-funky"]
path = ctrlp-funky
url = https://github.com/tacahiroy/ctrlp-funky