-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
114 lines (114 loc) · 4.07 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
104
105
106
107
108
109
110
111
112
113
114
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/solarized"]
path = vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/ir_black"]
path = vim/bundle/ir_black
url = https://github.com/wgibbs/vim-irblack.git
[submodule "vim/bundle/html5"]
path = vim/bundle/html5
url = https://github.com/othree/html5.vim.git
[submodule "vim/bundle/jade"]
path = vim/bundle/jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "vim/bundle/css3-syntax"]
path = vim/bundle/css3-syntax
url = https://github.com/hail2u/vim-css3-syntax.git
[submodule "vim/bundle/javascript"]
path = vim/bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/markdown"]
path = vim/bundle/markdown
url = https://github.com/hallison/vim-markdown.git
[submodule "vim/bundle/stylus"]
path = vim/bundle/stylus
url = https://github.com/wavded/vim-stylus.git
[submodule "bashmarks"]
path = bashmarks
url = git://github.com/huyng/bashmarks.git
[submodule "vim/bundle/less"]
path = vim/bundle/less
url = https://github.com/jkimbo/vim-less.git
[submodule "vim/bundle/coffee"]
path = vim/bundle/coffee
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/hemisu"]
path = vim/bundle/hemisu
url = https://github.com/noahfrederick/Hemisu.git
[submodule "vim/bundle/gist"]
path = vim/bundle/gist
url = git://github.com/mattn/gist-vim.git
[submodule "vim/bundle/webapi"]
path = vim/bundle/webapi
url = git://github.com/mattn/webapi-vim.git
[submodule "vim/bundle/airline"]
path = vim/bundle/airline
url = https://github.com/bling/vim-airline
[submodule "vim/bundle/emmet"]
path = vim/bundle/emmet
url = https://github.com/mattn/emmet-vim.git
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "vim/bundle/dockerfile"]
path = vim/bundle/dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "fzf"]
path = fzf
url = https://github.com/junegunn/fzf.git
[submodule "vim/bundle/jsx"]
path = vim/bundle/jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "vim/bundle/typescript"]
path = vim/bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule "vim/bundle/vim-tmux-focus-events"]
path = vim/bundle/vim-tmux-focus-events
url = git://github.com/tmux-plugins/vim-tmux-focus-events.git
[submodule "vim/bundle/vim-tmux"]
path = vim/bundle/vim-tmux
url = git://github.com/tmux-plugins/vim-tmux.git
[submodule "vim/bundle/argwrap"]
path = vim/bundle/argwrap
url = https://github.com/FooSoft/vim-argwrap
[submodule "vim/bundle/pug"]
path = vim/bundle/pug
url = git://github.com/digitaltoad/vim-pug.git
[submodule "vim/bundle/go"]
path = vim/bundle/go
url = https://github.com/fatih/vim-go.git
[submodule "vim/bundle/lineletters"]
path = vim/bundle/lineletters
url = https://github.com/skamsie/vim-lineletters.git
[submodule "vim/bundle/gitgutter"]
path = vim/bundle/gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/fix-pasting"]
path = vim/bundle/fix-pasting
url = https://github.com/ryanpcmcquen/fix-vim-pasting.git
[submodule "vim/bundle/paste"]
path = vim/bundle/paste
url = https://github.com/ConradIrwin/vim-bracketed-paste
[submodule "tmux/plugins"]
path = tmux/plugins
url = https://github.com/tmux-plugins/tpm