-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
113 lines (113 loc) · 3.94 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
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/snipmate.vim"]
path = bundle/snipmate.vim
url = git://github.com/weierophinney/snipmate.vim.git
ignore = untracked
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround
ignore = untracked
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/weierophinney/vimwiki.git
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = git://github.com/leshill/vim-json.git
[submodule "bundle/javascript.vim"]
path = bundle/javascript.vim
url = git://github.com/serverhorror/javascript.vim.git
[submodule "bundle/netrw.vim"]
path = bundle/netrw.vim
url = git://github.com/vim-scripts/netrw.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "bundle/html5"]
path = bundle/html5
url = git://github.com/othree/html5.vim.git
[submodule "bundle/css-color"]
path = bundle/css-color
url = git://github.com/skammer/vim-css-color.git
[submodule "bundle/css3-syntax"]
path = bundle/css3-syntax
url = git://github.com/hail2u/vim-css3-syntax.git
[submodule "bundle/vim-buffergator"]
path = bundle/vim-buffergator
url = git://github.com/jeetsukumaran/vim-buffergator.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = git://github.com/mattn/gist-vim.git
[submodule "bundle/YankRing.vim"]
path = bundle/YankRing.vim
url = git://github.com/vim-scripts/YankRing.vim.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/DBGp-client.git"]
path = bundle/DBGp-client.git
url = git://github.com/vim-scripts/DBGp-client.git
[submodule "bundle/webapi-vim"]
path = bundle/webapi-vim
url = git://github.com/mattn/webapi-vim.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle/javascript-indent"]
path = bundle/javascript-indent
url = git://github.com/vim-scripts/JavaScript-Indent.git
[submodule "bundle/php.vim"]
path = bundle/php.vim
url = git://github.com/StanAngeloff/php.vim.git
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = git://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule "bundle/dash"]
path = bundle/dash
url = git://github.com/rizzatti/dash.vim.git
[submodule "bundle/funcoo"]
path = bundle/funcoo
url = git://github.com/rizzatti/funcoo.vim.git
[submodule "bundle/git"]
path = bundle/git
url = git://github.com/tpope/vim-git.git
[submodule "bundle/gitgutter"]
path = bundle/gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "bundle/ruby"]
path = bundle/ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/golang"]
path = bundle/golang
url = git://github.com/jnwhiteh/vim-golang.git
[submodule "bundle/php-namespace"]
path = bundle/php-namespace
url = git://github.com/arnaud-lb/vim-php-namespace.git
[submodule "bundle/indent-guides"]
path = bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides
[submodule "bundle/ag"]
path = bundle/ag
url = https://github.com/rking/ag.vim.git
[submodule "bundle/better-whitespace"]
path = bundle/better-whitespace
url = git://github.com/ntpeters/vim-better-whitespace.git
[submodule "bundle/editorconfig"]
path = bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git