-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
48 lines (48 loc) · 1.93 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
[submodule ".vim/bundle/ag.vim"]
path = .vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/emmet-vim"]
path = .vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/paredit.vim"]
path = .vim/bundle/paredit.vim
url = https://github.com/vim-scripts/paredit.vim.git
[submodule ".vim/bundle/rainbow_parentheses.vim"]
path = .vim/bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule ".vim/bundle/vim-bufferline"]
path = .vim/bundle/vim-bufferline
url = https://github.com/bling/vim-bufferline.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion.git
[submodule ".vim/bundle/vim-fireplace"]
path = .vim/bundle/vim-fireplace
url = https://github.com/tpope/vim-fireplace.git
[submodule ".vim/bundle/matchit"]
path = .vim/bundle/matchit
url = https://github.com/tmhedberg/matchit.git
[submodule ".vim/bundle/vim-signify"]
path = .vim/bundle/vim-signify
url = https://github.com/mhinz/vim-signify.git
[submodule ".vim/bundle/vimpager"]
path = .vim/bundle/vimpager
url = https://github.com/rkitover/vimpager.git