-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
66 lines (66 loc) · 2.53 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
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/cocoa.vim"]
path = .vim/bundle/cocoa.vim
url = git://github.com/msanders/cocoa.vim.git
[submodule ".vim/bundle/snipmate.vim"]
path = .vim/bundle/snipmate.vim
url = git://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/clang_complete"]
path = .vim/bundle/clang_complete
url = git@github.com:Rip-Rip/clang_complete.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git@github.com:scrooloose/syntastic.git
[submodule ".vim/bundle/jinja2.vim"]
path = .vim/bundle/jinja2.vim
url = git@github.com:Glench/Vim-Jinja2-Syntax.git
[submodule ".vim/bundle/gnupg.vim"]
path = .vim/bundle/gnupg.vim
url = git@github.com:jamessan/vim-gnupg.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = git@github.com:bling/vim-airline.git
[submodule ".vim/bundle/vim-nerdtree-tabs"]
path = .vim/bundle/vim-nerdtree-tabs
url = git@github.com:jistr/vim-nerdtree-tabs.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-misc"]
path = .vim/bundle/vim-misc
url = git@github.com:xolox/vim-misc.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = git@github.com:Valloric/YouCompleteMe.git
[submodule ".vim/bundle/html5.vim"]
path = .vim/bundle/html5.vim
url = git@github.com:othree/html5.vim.git
[submodule ".vim/bundle/ag.vim"]
path = .vim/bundle/ag.vim
url = git@github.com:rking/ag.vim.git
[submodule ".vim/bundle/nerdtree-ag"]
path = .vim/bundle/nerdtree-ag
url = git@github.com:taiansu/nerdtree-ag.git
[submodule ".vim/bundle/mustache"]
path = .vim/bundle/mustache
url = git://github.com/mustache/vim-mustache-handlebars.git
[submodule ".vim/bundle/fzf"]
path = .vim/bundle/fzf
url = git@github.com:junegunn/fzf.git
[submodule ".vim/bundle/vim-colors-pencil"]
path = .vim/bundle/vim-colors-pencil
url = git@github.com:reedes/vim-colors-pencil.git
[submodule ".vim/bundle/vim-vue"]
path = .vim/bundle/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule ".vim/bundle/scss-syntax.vim"]
path = .vim/bundle/scss-syntax.vim
url = git@github.com:cakebaker/scss-syntax.vim.git
[submodule ".vim/pack/plugins/start/ale"]
path = .vim/pack/plugins/start/ale
url = https://github.com/w0rp/ale.git