-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
54 lines (54 loc) · 2.14 KB
/
Copy path.gitmodules
File metadata and controls
54 lines (54 loc) · 2.14 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
[submodule "vim/bundle/vim-fugitive"]
path = submodules/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/supertab"]
path = submodules/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/vim-commentary"]
path = submodules/vim-commentary
url = git@github.com:tpope/vim-commentary.git
[submodule "vim/bundle/vim-surround"]
path = submodules/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/emmet-vim"]
path = submodules/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "vim/bundle/vim-buffergator"]
path = submodules/vim-buffergator
url = https://github.com/jeetsukumaran/vim-buffergator.git
[submodule "vim/bundle/vim-coffee-script"]
path = submodules/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/vim-colors-solarized"]
path = submodules/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/vim-css-color"]
path = submodules/vim-css-color
url = https://github.com/ap/vim-css-color.git
[submodule "vim/bundle/vim-gitgutter"]
path = submodules/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-jade"]
path = submodules/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "vim/bundle/vim-javascript"]
path = submodules/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/vim-jst"]
path = submodules/vim-jst
url = https://github.com/briancollins/vim-jst.git
[submodule "vim/bundle/vim-stylus"]
path = submodules/vim-stylus
url = git://github.com/wavded/vim-stylus.git
[submodule "vim/bundle/vim-trailing-whitespace"]
path = submodules/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
[submodule "vim/bundle/nerdtree"]
path = submodules/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/ctrlp.vim"]
path = submodules/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "submodules/vim-pathogen"]
path = submodules/vim-pathogen
url = git@github.com:tpope/vim-pathogen.git