forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
93 lines (93 loc) · 3.43 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
[submodule "vim/bundle/coffeescript"]
path = vim/bundle/coffeescript
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/rails"]
path = vim/bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/endwise"]
path = vim/bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "vim/bundle/matchit"]
path = vim/bundle/matchit
url = https://github.com/edsono/vim-matchit.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/ragtag"]
path = vim/bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "vim/bundle/snipmate"]
path = vim/bundle/snipmate
url = https://github.com/ervandew/snipmate.vim.git
[submodule "vim/bundle/ruby-matchit"]
path = vim/bundle/ruby-matchit
url = https://github.com/vim-scripts/ruby-matchit.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/tcomment"]
path = vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule "vim/bundle/haml-scss"]
path = vim/bundle/haml-scss
url = https://github.com/tpope/vim-haml.git
[submodule "vim/bundle/autoclose"]
path = vim/bundle/autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule "vim/bundle/bufexplorer"]
path = vim/bundle/bufexplorer
url = https://github.com/vim-scripts/bufexplorer.zip.git
[submodule "vim/bundle/markdown"]
path = vim/bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/textile"]
path = vim/bundle/textile
url = https://github.com/timcharper/textile.vim.git
[submodule "vim/bundle/zoomwin"]
path = vim/bundle/zoomwin
url = https://github.com/vim-scripts/ZoomWin.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/javascript"]
path = vim/bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/color-sample-pack"]
path = vim/bundle/color-sample-pack
url = https://github.com/vim-scripts/Color-Sampler-Pack.git
[submodule "vim/bundle/vim-rspec"]
path = vim/bundle/vim-rspec
url = https://github.com/skwp/vim-rspec.git
[submodule "vim/bundle/loremipsum"]
path = vim/bundle/loremipsum
url = https://github.com/vim-scripts/loremipsum.git
[submodule "vim/snippets"]
path = vim/snippets
url = https://github.com/xiaotian/snippets.git
[submodule "vim/bundle/vim-scratch"]
path = vim/bundle/vim-scratch
url = https://github.com/duff/vim-scratch.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/airline"]
path = vim/bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/emmet-vim"]
path = vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "vim/bundle/vim_jinja2_syntax"]
path = vim/bundle/vim_jinja2_syntax
url = https://github.com/Glench/Vim-Jinja2-Syntax.git