forked from undoZen/vimrc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
151 lines (151 loc) · 5.66 KB
/
.gitmodules
File metadata and controls
151 lines (151 loc) · 5.66 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = git@github.com:tpope/vim-rails.git
ignore=dirty
[submodule ".vim/bundle/NERD_Commenter"]
path = .vim/bundle/NERD_Commenter
url = git://github.com/vim-scripts/The-NERD-Commenter.git
[submodule ".vim/bundle/XPTemplate"]
path = .vim/bundle/XPTemplate
url = git://github.com/drmingdrmer/xptemplate.git
[submodule ".vim/bundle/NERD_tree"]
path = .vim/bundle/NERD_tree
url = git://github.com/vim-scripts/The-NERD-tree.git
[submodule ".vim/bundle/matchit"]
path = .vim/bundle/matchit
url = git://github.com/vim-scripts/matchit.zip.git
ignore=dirty
[submodule ".vim/bundle/vimwiki"]
path = .vim/bundle/vimwiki
url = git://github.com/vim-scripts/vimwiki.git
ignore=dirty
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = git://github.com/Lokaltog/vim-easymotion.git
ignore=dirty
[submodule ".vim/bundle/echofunc"]
path = .vim/bundle/echofunc
url = git://github.com/vim-scripts/echofunc.vim.git
ignore=dirty
[submodule ".vim/bundle/taglist"]
path = .vim/bundle/taglist
url = git://github.com/vim-scripts/taglist.vim.git
[submodule ".vim/bundle/google-translator"]
path = .vim/bundle/google-translator
url = git://github.com/maksimr/vim-translator.git
ignore=dirty
[submodule ".vim/bundle/fcitx"]
path = .vim/bundle/fcitx
url = git://github.com/vim-scripts/fcitx.vim.git
[submodule ".vim/bundle/bufexplorer"]
path = .vim/bundle/bufexplorer
url = git://github.com/corntrace/bufexplorer.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/qiushibaike"]
path = .vim/bundle/qiushibaike
url = git://github.com/vim-scripts/qiushibaike.git
[submodule ".vim/bundle/colorizer"]
path = .vim/bundle/colorizer
url = git://github.com/lilydjwg/colorizer.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/solarized"]
path = .vim/bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
ignore=dirty
[submodule ".vim/bundle/easy-align"]
path = .vim/bundle/easy-align
url = git@github.com:junegunn/vim-easy-align.git
[submodule ".vim/bundle/editorconfig"]
path = .vim/bundle/editorconfig
url = git@github.com:editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = git@github.com:vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-slim"]
path = .vim/bundle/vim-slim
url = git://github.com/slim-template/vim-slim.git
[submodule ".vim/bundle/vim-git"]
path = .vim/bundle/vim-git
url = git://github.com/tpope/vim-git.git
[submodule ".vim/bundle/auto_mkdir"]
path = .vim/bundle/auto_mkdir
url = git://github.com/vim-scripts/auto_mkdir.git
[submodule ".vim/bundle/nginx-syntax"]
path = .vim/bundle/nginx-syntax
url = git@github.com:evanmiller/nginx-vim-syntax.git
[submodule ".vim/bundle/trailing-whitespace"]
path = .vim/bundle/trailing-whitespace
url = git://github.com/bronson/vim-trailing-whitespace.git
[submodule ".vim/bundle/vim-abolish"]
path = .vim/bundle/vim-abolish
url = git://github.com/tpope/vim-abolish.git
[submodule ".vim/bundle/vim-blockle"]
path = .vim/bundle/vim-blockle
url = git@github.com:jgdavey/vim-blockle.git
[submodule ".vim/bundle/vim-indent-guides"]
path = .vim/bundle/vim-indent-guides
url = git@github.com:nathanaelkane/vim-indent-guides.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = git@github.com:tpope/vim-repeat.git
[submodule ".vim/bundle/vim-textobj-rubyblock"]
path = .vim/bundle/vim-textobj-rubyblock
url = git@github.com:nelstrom/vim-textobj-rubyblock.git
[submodule ".vim/bundle/vim-textobj-user"]
path = .vim/bundle/vim-textobj-user
url = git@github.com:kana/vim-textobj-user.git
[submodule ".vim/bundle/ultisnips"]
path = .vim/bundle/ultisnips
url = git@github.com:SirVer/ultisnips.git
[submodule ".vim/bundle/vim-vue"]
path = .vim/bundle/vim-vue
url = git@github.com:posva/vim-vue.git
[submodule ".vim/bundle/vim-template"]
path = .vim/bundle/vim-template
url = git@github.com:aperezdc/vim-template.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/file-line"]
path = .vim/bundle/file-line
url = git://github.com/bogado/file-line.git
[submodule ".vim/bundle/neocomplete"]
path = .vim/bundle/neocomplete
url = git@github.com:Shougo/neocomplete.vim.git
[submodule ".vim/bundle/vim-rspec"]
path = .vim/bundle/vim-rspec
url = git@github.com:thoughtbot/vim-rspec.git
[submodule ".vim/bundle/vim-rvm"]
path = .vim/bundle/vim-rvm
url = git@github.com:tpope/vim-rvm.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = git://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = git@github.com:leafgarland/typescript-vim.git
[submodule ".vim/bundle/caniuse"]
path = .vim/bundle/caniuse
url = git@github.com:ruanyl/vim-caniuse.git
[submodule ".vim/bundle/vim-dispatch"]
path = .vim/bundle/vim-dispatch
url = git@github.com:tpope/vim-dispatch.git