forked from kaochenlong/eddie-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
120 lines (120 loc) · 4.21 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
115
116
117
118
119
120
[submodule "bundle/cocoa.vim"]
path = bundle/cocoa.vim
url = git://github.com/msanders/cocoa.vim.git
ignore = untracked
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = git://github.com/plasticboy/vim-markdown.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "bundle/vim-coffeescript"]
path = bundle/vim-coffeescript
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-nerdtree-tabs"]
path = bundle/vim-nerdtree-tabs
url = git://github.com/jistr/vim-nerdtree-tabs.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
ignore = untracked
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/taglist.vim"]
path = bundle/taglist.vim
url = git://github.com/vim-scripts/taglist.vim.git
ignore = untracked
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
ignore = untracked
[submodule "bundle/vim-css-color"]
path = bundle/vim-css-color
url = git://github.com/ap/vim-css-color.git
[submodule "bundle/vim-scss"]
path = bundle/vim-scss
url = git://github.com/cakebaker/scss-syntax.vim.git
[submodule "bundle/vim-sass"]
path = bundle/vim-sass
url = git://github.com/tpope/vim-haml.git
[submodule "bundle/vim-minitest"]
path = bundle/vim-minitest
url = git://github.com/sunaku/vim-ruby-minitest.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-jst"]
path = bundle/vim-jst
url = git://github.com/briancollins/vim-jst.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = git://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-ragtag"]
path = bundle/vim-ragtag
url = git://github.com/tpope/vim-ragtag.git
ignore = untracked
[submodule "bundle/matchit"]
path = bundle/matchit
url = git://github.com/vim-scripts/matchit.zip.git
ignore = untracked
[submodule "bundle/calendar.vim"]
path = bundle/calendar.vim
url = git://github.com/vim-scripts/calendar.vim--Matsumoto.git
[submodule "bundle/align"]
path = bundle/align
url = git://github.com/vim-scripts/Align.git
ignore = untracked
[submodule "bundle/vim-octopress"]
path = bundle/vim-octopress
url = git://github.com/tangledhelix/vim-octopress.git
ignore = untracked
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-actionscript"]
path = bundle/vim-actionscript
url = git://github.com/vim-scripts/actionscript.vim--Leider.git
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "bundle/nginx"]
path = bundle/nginx
url = git://github.com/vim-scripts/nginx.vim.git
[submodule "bundle/vim-indent-object"]
path = bundle/vim-indent-object
url = git://github.com/michaeljsmith/vim-indent-object.git
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = git://github.com/vim-scripts/vimwiki.git
ignore = untracked
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/kaochenlong/snipmate.vim.git
[submodule "bundle/jslint.vim"]
path = bundle/jslint.vim
url = git://github.com/kaochenlong/jslint.vim.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = git://github.com/terryma/vim-multiple-cursors.git