This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
87 lines (87 loc) · 3.16 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
79
80
81
82
83
84
85
86
87
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/STL-Syntax"]
path = bundle/STL-Syntax
url = https://github.com/Mizuchi/STL-Syntax
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = https://github.com/rking/ag.vim
[submodule "bundle/csv.vim"]
path = bundle/csv.vim
url = https://github.com/chrisbra/csv.vim
[submodule "bundle/jellybeans.vim"]
path = bundle/jellybeans.vim
url = https://github.com/nanotech/jellybeans.vim
[submodule "bundle/neocomplcache.vim"]
path = bundle/neocomplcache.vim
url = https://github.com/Shougo/neocomplcache.vim
[submodule "bundle/neomru.vim"]
path = bundle/neomru.vim
url = https://github.com/Shougo/neomru.vim
[submodule "bundle/neosnippet-snippets"]
path = bundle/neosnippet-snippets
url = https://github.com/Shougo/neosnippet-snippets
[submodule "bundle/neosnippet.vim"]
path = bundle/neosnippet.vim
url = https://github.com/Shougo/neosnippet.vim
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/papercolor-theme"]
path = bundle/papercolor-theme
url = https://github.com/NLKNguyen/papercolor-theme
[submodule "bundle/rainbow_parentheses.vim"]
path = bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "bundle/tagbar-phpctags.vim"]
path = bundle/tagbar-phpctags.vim
url = https://github.com/vim-php/tagbar-phpctags.vim
[submodule "bundle/taghighlight"]
path = bundle/taghighlight
url = https://github.com/abudden/taghighlight-automirror
[submodule "bundle/undotree"]
path = bundle/undotree
url = https://github.com/mbbill/undotree
[submodule "bundle/unite.vim"]
path = bundle/unite.vim
url = https://github.com/Shougo/unite.vim
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "bundle/vim-indexed-search"]
path = bundle/vim-indexed-search
url = https://github.com/henrik/vim-indexed-search
[submodule "bundle/vim-signature"]
path = bundle/vim-signature
url = https://github.com/kshenoy/vim-signature
[submodule "bundle/vim-togglemouse"]
path = bundle/vim-togglemouse
url = https://github.com/nvie/vim-togglemouse
[submodule "bundle/vim-togglenumber"]
path = bundle/vim-togglenumber
url = https://github.com/tkhoa2711/vim-togglenumber
[submodule "bundle/vimproc.vim"]
path = bundle/vimproc.vim
url = https://github.com/Shougo/vimproc.vim.git