-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
43 lines (42 loc) · 1.59 KB
/
.gitmodules
File metadata and controls
43 lines (42 loc) · 1.59 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
[submodule ".vim/bundle/vim-pathogen"]
path = link/.vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen
[submodule ".vim/bundle/nerdtree"]
path = link/.vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree
[submodule ".vim/bundle/vim-fugitive"]
path = link/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule ".vim/bundle/syntastic"]
path = link/.vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic
[submodule ".vim/bundle/ctrlp.vim"]
path = link/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule ".vim/bundle/vim-surround"]
path = link/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule ".vim/bundle/vim-commentary"]
path = link/.vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule ".vim/bundle/vim-repeat"]
path = link/.vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule ".vim/bundle/vim-ruby"]
path = link/.vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby
[submodule ".vim/bundle/taglist.vim"]
path = link/.vim/bundle/taglist.vim
url = https://github.com/emnh/taglist.vim
[submodule ".vim/bundle/vim-airline"]
path = link/.vim/bundle/vim-airline
url = git@github.com:bling/vim-airline
[submodule ".vim/bundle/vim-abolish"]
path = link/.vim/bundle/vim-abolish
url = git@github.com:tpope/vim-abolish
[submodule ".vim/bundle/tabular"]
path = link/.vim/bundle/tabular
url = git@github.com:godlygeek/tabular
[submodule ".vim/bundle/ag.vim"]
path = link/.vim/bundle/ag.vim
url = git@github.com:rking/ag.vim