-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
137 lines (136 loc) · 4.54 KB
/
.gitmodules
File metadata and controls
137 lines (136 loc) · 4.54 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
ignore = dirty
[submodule "bundle/dracula-theme"]
path = bundle/dracula-theme
url = https://github.com/dracula/vim.git
ignore = dirty
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim
ignore = dirty
[submodule "bundle/nerdtree-git-plugin"]
path = bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
ignore = dirty
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim
ignore = dirty
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
ignore = dirty
[submodule "bundle/cscope_maps"]
path = bundle/cscope_maps
url = https://github.com/chazy/cscope_maps.git
ignore = dirty
[submodule "bundle/vim-afterglow"]
path = bundle/vim-afterglow
url = https://github.com/danilo-augusto/vim-afterglow
ignore = dirty
[submodule "bundle/vimux"]
path = bundle/vimux
url = https://github.com/benmills/vimux
ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/vim-syntastic"]
path = bundle/vim-syntastic
url = https://github.com/vim-syntastic/syntastic
ignore = dirty
[submodule "bundle/YankRing"]
path = bundle/YankRing
url = https://github.com/vim-scripts/YankRing.vim
ignore = dirty
[submodule "bundle/vim-numbertoggle"]
path = bundle/vim-numbertoggle
url = https://github.com/jeffkreeftmeijer/vim-numbertoggle
ignore = dirty
[submodule "bundle/vim-rhubarb"]
path = bundle/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb
ignore = dirty
[submodule "bundle/fugitive-gitlab"]
path = bundle/fugitive-gitlab
url = https://github.com/shumphrey/fugitive-gitlab.vim
ignore = dirty
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
ignore = dirty
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
ignore = dirty
[submodule "vim-pathogen"]
path = vim-pathogen
url = https://github.com/tpope/vim-pathogen
ignore = dirty
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/gabrielelana/vim-markdown.git
ignore = dirty
[submodule "bundle/vim-cheat40"]
path = bundle/vim-cheat40
url = https://github.com/lifepillar/vim-cheat40
ignore = dirty
[submodule "bundle/commentary"]
path = bundle/commentary
url = https://tpope.io/vim/commentary.git
ignore = dirty
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
ignore = dirty
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://tpope.io/vim/repeat.git
ignore = dirty
[submodule "bundle/vim-grammarous"]
path = bundle/vim-grammarous
url = https://github.com/rhysd/vim-grammarous
ignore = dirty
[submodule "bundle/clang_complete"]
path = bundle/clang_complete
url = https://github.com/Rip-Rip/clang_complete
ignore = dirty
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe
ignore = dirty
[submodule "bundle/FastFold"]
path = bundle/FastFold
url = https://github.com/Konfekt/FastFold
[submodule "bundle/undotree"]
path = bundle/undotree
url = https://github.com/mbbill/undotree
[submodule "bundle/vim-beancount"]
path = bundle/vim-beancount
url = https://github.com/nathangrigg/vim-beancount
[submodule "bundle/vim-gutentags"]
path = bundle/vim-gutentags
url = https://github.com/ludovicchabant/vim-gutentags.git
[submodule "bundle/LeaderF"]
path = bundle/LeaderF
url = https://github.com/Yggdroot/LeaderF
[submodule "bundle/syntax"]
path = bundle/syntax
url = https://github.com/octol/vim-cpp-enhanced-highlight.git
[submodule "bundle/vim-signify"]
path = bundle/vim-signify
url = https://github.com/mhinz/vim-signify
[submodule "bundle/base16-vim"]
path = bundle/base16-vim
url = https://github.com/chriskempson/base16-vim.git