-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.51 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
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/vim-abolish"]
path = .vim/bundle/vim-abolish
url = https://github.com/tpope/vim-abolish.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion.git
[submodule ".vim/bundle/vim-perl"]
path = .vim/bundle/vim-perl
url = https://github.com/vim-perl/vim-perl.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-orgmode"]
path = .vim/bundle/vim-orgmode
url = https://github.com/jceb/vim-orgmode
[submodule ".vim/bundle/vim-speeddating"]
path = .vim/bundle/vim-speeddating
url = git://github.com/tpope/vim-speeddating.git
[submodule ".vim/bundle/vimwiki"]
path = .vim/bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule ".vim/bundle/quickmenu"]
path = .vim/bundle/quickmenu
url = https://github.com/skywind3000/quickmenu.vim