forked from travisj/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
102 lines (102 loc) · 3.48 KB
/
.gitmodules
File metadata and controls
102 lines (102 loc) · 3.48 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[submodule "plugin/vim-coffee-script"]
path = plugin/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/edsono/vim-matchit.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/javascript"]
path = bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vip"]
path = bundle/vip
url = https://github.com/tobyS/vip.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/html5"]
path = bundle/html5
url = https://github.com/othree/html5.vim.git
[submodule "bundle/php-xdebug-vim"]
path = bundle/php-xdebug-vim
url = git://github.com/travisj/php-xdebug-vim.git
[submodule "bundle/haml"]
path = bundle/haml
url = https://github.com/tpope/vim-haml.git
[submodule "bundle/visual-star-search"]
path = bundle/visual-star-search
url = https://github.com/bronson/vim-visual-star-search.git
[submodule "bundle/vim-todo"]
path = bundle/vim-todo
url = https://github.com/codegram/vim-todo.git
[submodule "bundle/vim-pastie"]
path = bundle/vim-pastie
url = https://github.com/tpope/vim-pastie.git
[submodule "bundle/molakai"]
path = bundle/molakai
url = https://github.com/mrtazz/molokai.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/vim-extradite"]
path = bundle/vim-extradite
url = https://github.com/int3/vim-extradite.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/pbcopy"]
path = bundle/pbcopy
url = git@github.com:travisj/pbcopy.vim.git
[submodule "bundle/jade"]
path = bundle/jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "bundle/VimKata"]
path = bundle/VimKata
url = https://github.com/canadaduane/VimKata.git
[submodule "bundle/indent-guides"]
path = bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = https://github.com/mattn/gist-vim.git
[submodule "bundle/zencoding-vim"]
path = bundle/zencoding-vim
url = https://github.com/mattn/zencoding-vim.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git