forked from bdielman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
52 lines (52 loc) · 1.7 KB
/
.gitmodules
File metadata and controls
52 lines (52 loc) · 1.7 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
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.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/vim-haml"]
path = vim/bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
ignore = dirty
[submodule "vim/bundle/vim-less"]
path = vim/bundle/vim-less
url = git://github.com/groenewege/vim-less.git
ignore = dirty
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git
ignore = dirty
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
ignore = dirty
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = git://github.com/tpope/vim-commentary.git
ignore = dirty
[submodule "vim/bundle/vim-liquid"]
path = vim/bundle/vim-liquid
url = git://github.com/tpope/vim-liquid.git
ignore = dirty
[submodule "vim/bundle/vim-ctrlp"]
path = vim/bundle/vim-ctrlp
url = git://github.com/kien/ctrlp.vim.git
ignore = dirty
[submodule "vim/bundle/vim-handlebars"]
path = vim/bundle/vim-handlebars
url = git://github.com/nono/vim-handlebars.git
ignore = dirty
[submodule "vim/bundle/vim-html5"]
path = vim/bundle/vim-html5
url = git@github.com:othree/html5.vim.git
ignore = dirty
[submodule "vim/bundle/vim-emmet"]
path = vim/bundle/vim-emmet
url = git@github.com:mattn/emmet-vim.git
ignore = dirty