-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
84 lines (84 loc) · 3.28 KB
/
.gitmodules
File metadata and controls
84 lines (84 loc) · 3.28 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
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = git@github.com:tpope/vim-pathogen.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git@github.com:altercation/vim-colors-solarized.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/nerdtree"]
path = vim/bundle/nerdtree
url = git@github.com:scrooloose/nerdtree.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/vim-airline"]
path = vim/bundle/vim-airline
url = git@github.com:bling/vim-airline
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git@github.com:tpope/vim-fugitive.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = git@github.com:airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-trailing-whitespace"]
path = vim/bundle/vim-trailing-whitespace
url = git@github.com:bronson/vim-trailing-whitespace.git
[submodule "vim/bundle/vim-easymotion"]
path = vim/bundle/vim-easymotion
url = git@github.com:Lokaltog/vim-easymotion.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = git@github.com:scrooloose/nerdcommenter.git
[submodule "vim/bundle/bufkill.vim"]
path = vim/bundle/bufkill.vim
url = git@github.com:vim-scripts/bufkill.vim.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = git@github.com:scrooloose/syntastic.git
[submodule "vim/bundle/vim-bufferline"]
path = vim/bundle/vim-bufferline
url = git@github.com:bling/vim-bufferline.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = git@github.com:majutsushi/tagbar.git
[submodule "vim/bundle/MatchTagAlways"]
path = vim/bundle/MatchTagAlways
url = git@github.com:Valloric/MatchTagAlways.git
[submodule "fonts"]
path = fonts
url = git@github.com:Lokaltog/powerline-fonts.git
[submodule "vim/bundle/vim-multiple-cursors"]
path = vim/bundle/vim-multiple-cursors
url = git@github.com:terryma/vim-multiple-cursors.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = git@github.com:kien/ctrlp.vim.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = git@github.com:tpope/vim-markdown.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git@github.com:tpope/vim-surround.git
[submodule "vim/bundle/rainbow_parentheses.vim"]
path = vim/bundle/rainbow_parentheses.vim
url = git@github.com:kien/rainbow_parentheses.vim.git
[submodule "vim/bundle/colorizer"]
path = vim/bundle/colorizer
url = git@github.com:lilydjwg/colorizer.git
[submodule "vim/bundle/crunch.vim"]
path = vim/bundle/crunch.vim
url = git@github.com:arecarn/crunch.vim.git
[submodule "vim/bundle/grep.vim"]
path = vim/bundle/grep.vim
url = git@github.com:vim-scripts/grep.vim.git
[submodule "vim/bundle/vim-hackernews"]
path = vim/bundle/vim-hackernews
url = https://github.com/ryanss/vim-hackernews.git
[submodule "vim/bundle/vim-reddit"]
path = vim/bundle/vim-reddit
url = https://github.com/joshhartigan/vim-reddit
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git