-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
54 lines (54 loc) · 1.89 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
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/powerline
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/ferret"]
path = bundle/ferret
url = https://github.com/wincent/ferret.git
[submodule "bundle/vim-vue"]
path = bundle/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "bundle/eslint"]
path = bundle/eslint
url = https://github.com/eslint/eslint
[submodule "bundle/commentary"]
path = bundle/commentary
url = https://tpope.io/vim/commentary.git
[submodule "bundle/vim-pug"]
path = bundle/vim-pug
url = https://github.com/digitaltoad/vim-pug.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/dense-analysis/ale.git
[submodule "bundle/colorizer"]
path = bundle/colorizer
url = [email protected]:chrisbra/Colorizer.git
[submodule "bundle/vim-context-commentstring"]
path = bundle/vim-context-commentstring
url = [email protected]:suy/vim-context-commentstring.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-jsx-pretty"]
path = bundle/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty.git