-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
103 lines (103 loc) · 3.76 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[submodule "vim/.vim/bundle/snipmate"]
path = vim/.vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
ignore = dirty
[submodule "vim/.vim/bundle/snipmate-nodejs"]
path = vim/.vim/bundle/snipmate-nodejs
url = https://github.com/jamescarr/snipmate-nodejs.git
ignore = dirty
[submodule "vim/.vim/bundle/surround"]
path = vim/.vim/bundle/surround
url = https://github.com/tpope/vim-surround
ignore = dirty
[submodule "vim/.vim/bundle/delimitMate"]
path = vim/.vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
ignore = dirty
[submodule "vim/.vim/bundle/gundo"]
path = vim/.vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
ignore = dirty
[submodule "vim/.vim/bundle/html5"]
path = vim/.vim/bundle/html5
url = https://github.com/othree/html5.vim.git
ignore = dirty
[submodule "vim/.vim/bundle/markdown"]
path = vim/.vim/bundle/markdown
url = https://github.com/tpope/vim-markdown.git
ignore = dirty
[submodule "vim/.vim/bundle/fugitive"]
path = vim/.vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive
ignore = dirty
[submodule "vim/.vim/bundle/css3-syntax"]
path = vim/.vim/bundle/css3-syntax
url = https://github.com/hail2u/vim-css3-syntax.git
ignore = dirty
[submodule "vim/.vim/bundle/molokai-color"]
path = vim/.vim/bundle/molokai-color
url = https://github.com/tomasr/molokai.git
ignore = dirty
[submodule "vim/.vim/bundle/jade"]
path = vim/.vim/bundle/jade
url = https://github.com/digitaltoad/vim-jade.git
ignore = dirty
[submodule "vim/.vim/bundle/easymotion"]
path = vim/.vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion
ignore = dirty
[submodule "vim/.vim/bundle/flash"]
path = vim/.vim/bundle/flash
url = https://github.com/clones/vim-flash.git
ignore = dirty
[submodule "vim/.vim/bundle/stylus"]
path = vim/.vim/bundle/stylus
url = https://github.com/wavded/vim-stylus.git
ignore = dirty
[submodule "vim/.vim/bundle/vim-taglist-plus"]
path = vim/.vim/bundle/vim-taglist-plus
url = https://github.com/int3/vim-taglist-plus.git
ignore = dirty
[submodule "vim/.vim/bundle/vim-matchtag"]
path = vim/.vim/bundle/vim-matchtag
url = https://github.com/gregsexton/MatchTag.git
ignore = dirty
[submodule "vim/.vim/bundle/vim-nodejs-shebang"]
path = vim/.vim/bundle/vim-nodejs-shebang
url = https://github.com/mmalecki/vim-node.js.git
ignore = dirty
[submodule "vim/.vim/bundle/vim-nodejs-errorformat"]
path = vim/.vim/bundle/vim-nodejs-errorformat
url = https://github.com/felixge/vim-nodejs-errorformat.git
ignore = dirty
[submodule "vim/.vim/bundle/vim-pasta"]
path = vim/.vim/bundle/vim-pasta
url = https://github.com/sickill/vim-pasta.git
ignore = dirty
[submodule "vim/.vim/bundle/vim-repeat"]
path = vim/.vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule "vim/.vim/bundle/vim-javascript"]
path = vim/.vim/bundle/vim-javascript
url = git://github.com/3rd-Eden/vim-javascript.git
[submodule "vim/.vim/bundle/vitality"]
path = vim/.vim/bundle/vitality
url = https://github.com/sjl/vitality.vim.git
[submodule "vim/.vim/bundle/xterm-color-table.vim"]
path = vim/.vim/bundle/xterm-color-table.vim
url = git://github.com/guns/xterm-color-table.vim.git
[submodule "vim/.vim/bundle/syntastic"]
path = vim/.vim/bundle/syntastic
url = [email protected]:3rd-Eden/syntastic.git
[submodule "vim/.vim/bundle/lucius-color"]
path = vim/.vim/bundle/lucius-color
url = git://github.com/jonathanfilip/vim-lucius.git
[submodule "vim/.vim/bundle/vim-gitgutter"]
path = vim/.vim/bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "vim/.vim/bundle/tern"]
path = vim/.vim/bundle/tern
url = https://github.com/marijnh/tern_for_vim.git
[submodule "vim/.vim/bundle/dockerfile"]
path = vim/.vim/bundle/dockerfile
url = [email protected]:honza/dockerfile.vim.git