-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
138 lines (138 loc) · 4.94 KB
/
.gitmodules
File metadata and controls
138 lines (138 loc) · 4.94 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
138
[submodule "vim/bundle/solarized"]
path = vim/bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
ignore = dirty
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git@github.com:ervandew/supertab.git
ignore = dirty
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
ignore = dirty
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = git@github.com:kien/ctrlp.vim.git
ignore = dirty
[submodule "vim/bundle/mustache"]
path = vim/bundle/mustache
url = git://github.com/juvenn/mustache.vim.git
ignore = dirty
[submodule "vim/bundle/clang_complete"]
path = vim/bundle/clang_complete
url = git@github.com:Rip-Rip/clang_complete.git
ignore = dirty
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = git@github.com:SirVer/ultisnips.git
ignore = dirty
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
ignore = dirty
[submodule "vim/bundle/cocoa"]
path = vim/bundle/cocoa
url = git@github.com:msanders/cocoa.vim.git
ignore = dirty
[submodule "vim/bundle/vim-trailing-whitespace"]
path = vim/bundle/vim-trailing-whitespace
url = git@github.com:bronson/vim-trailing-whitespace.git
ignore = dirty
[submodule "vim/bundle/vim-gradle"]
path = vim/bundle/vim-gradle
url = https://github.com/tfnico/vim-gradle
ignore = dirty
[submodule "vim/bundle/ctrlp-funky"]
path = vim/bundle/ctrlp-funky
url = git@github.com:tacahiroy/ctrlp-funky.git
ignore = dirty
[submodule "vim/bundle/typescript-vim"]
path = vim/bundle/typescript-vim
url = git@github.com:leafgarland/typescript-vim.git
ignore = dirty
[submodule "vim/bundle/emmet-vim"]
path = vim/bundle/emmet-vim
url = git@github.com:mattn/emmet-vim.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = git@github.com:airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = git@github.com:tpope/vim-commentary.git
[submodule "vim/bundle/tsuquyomi"]
path = vim/bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = git@github.com:vim-airline/vim-airline.git
[submodule "vim/bundle/vim-airline-themes"]
path = vim/bundle/vim-airline-themes
url = git@github.com:vim-airline/vim-airline-themes.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = git@github.com:pangloss/vim-javascript.git
[submodule "vim/bundle/vim-jsx"]
path = vim/bundle/vim-jsx
url = git@github.com:mxw/vim-jsx.git
[submodule "vim/bundle/ale"]
path = vim/bundle/ale
url = git@github.com:w0rp/ale.git
[submodule "vim/bundle/deoplete.nvim"]
path = vim/bundle/deoplete.nvim
url = git@github.com:Shougo/deoplete.nvim.git
[submodule "vim/bundle/neosnippet"]
path = vim/bundle/neosnippet
url = git@github.com:Shougo/neosnippet.vim.git
[submodule "vim/bundle/neosnippet-snippets"]
path = vim/bundle/neosnippet-snippets
url = git@github.com:Shougo/neosnippet-snippets.git
[submodule "vim/bundle/deoplete-go"]
path = vim/bundle/deoplete-go
url = git@github.com:zchee/deoplete-go.git
[submodule "vim/bundle/deoplete-jedi"]
path = vim/bundle/deoplete-jedi
url = git@github.com:zchee/deoplete-jedi.git
[submodule "vim/bundle/vim-prettier"]
path = vim/bundle/vim-prettier
url = git@github.com:prettier/vim-prettier.git
[submodule "vim/bundle/deoplete-ternjs"]
path = vim/bundle/deoplete-ternjs
url = git@github.com:carlitux/deoplete-ternjs.git
[submodule "vim/bundle/tern_for_vim"]
path = vim/bundle/tern_for_vim
url = git@github.com:ternjs/tern_for_vim.git
[submodule "vim/bundle/vim-better-javascript-completion"]
path = vim/bundle/vim-better-javascript-completion
url = git@github.com:1995eaton/vim-better-javascript-completion.git
[submodule "vim/bundle/vim-sort-imports"]
path = vim/bundle/vim-sort-imports
url = git@github.com:ruanyl/vim-sort-imports.git
[submodule "vim/bundle/vim-solidity"]
path = vim/bundle/vim-solidity
url = git@github.com:tomlion/vim-solidity.git
[submodule "vim/bundle/vim-closetag"]
path = vim/bundle/vim-closetag
url = git@github.com:alvan/vim-closetag.git
[submodule "vim/bundle/vim-swap"]
path = vim/bundle/vim-swap
url = git@github.com:machakann/vim-swap.git
[submodule "vim/bundle/vim-jsx-pretty"]
path = vim/bundle/vim-jsx-pretty
url = git@github.com:MaxMEllon/vim-jsx-pretty.git
[submodule "vim/bundle/auto-pairs"]
path = vim/bundle/auto-pairs
url = git@github.com:jiangmiao/auto-pairs.git
[submodule "vim/bundle/vim/bundle/copilot"]
path = vim/bundle/vim/bundle/copilot
url = git@github.com:github/copilot.vim
[submodule "vim/bundle/copilot"]
path = vim/bundle/copilot
url = git@github.com:github/copilot.vim