forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitmodules
More file actions
78 lines (78 loc) · 3.12 KB
/
Copy path.gitmodules
File metadata and controls
78 lines (78 loc) · 3.12 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
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = git://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/tcomment_vim"]
path = .vim/bundle/tcomment_vim
url = git://github.com/tomtom/tcomment_vim.git
[submodule ".vim/bundle/golden-view"]
path = .vim/bundle/golden-view
url = git://github.com/zhaocai/GoldenView.Vim.git
[submodule ".vim/bundle/vim-jade"]
path = .vim/bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule ".vim/bundle/editorconfig-vim"]
path = .vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/vim-jsx"]
path = .vim/bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule ".vim/bundle/emmet-vim"]
path = .vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = https://github.com/wincent/command-t.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-jsbeautify"]
path = .vim/bundle/vim-jsbeautify
url = https://github.com/maksimr/vim-jsbeautify.git
[submodule ".vim/bundle/unite.vim"]
path = .vim/bundle/unite.vim
url = https://github.com/Shougo/unite.vim.git
[submodule ".vim/bundle/neomru.vim"]
path = .vim/bundle/neomru.vim
url = https://github.com/Shougo/neomru.vim.git
[submodule ".vim/bundle/neoyank.vim"]
path = .vim/bundle/neoyank.vim
url = https://github.com/Shougo/neoyank.vim.git
[submodule ".vim/bundle/vimproc.vim"]
path = .vim/bundle/vimproc.vim
url = https://github.com/Shougo/vimproc.vim.git
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/auto-pairs"]
path = .vim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule ".vim/bundle/vim-closetag"]
path = .vim/bundle/vim-closetag
url = https://github.com/alvan/vim-closetag.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/vim-snipmate"]
path = .vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git