-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
42 lines (42 loc) · 1.45 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
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = http://github.com/tomtom/tlib_vim.git
ignore = dirty
[submodule ".vim/bundle/trag_vim"]
path = .vim/bundle/trag_vim
url = http://github.com/tomtom/trag_vim.git
ignore = dirty
[submodule ".vim/bundle/vimwiki"]
path = .vim/bundle/vimwiki
url = http://github.com/vim-scripts/vimwiki.git
ignore = dirty
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/pydoc"]
path = .vim/bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule ".vim/bundle/pep8"]
path = .vim/bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule ".vim/bundle/tasklist"]
path = .vim/bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/git"]
path = .vim/bundle/git
url = https://github.com/tpope/vim-git.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/ropevim"]
path = .vim/bundle/ropevim
url = https://github.com/sontek/rope-vim.git
[submodule ".vim/bundle/minibufexpl"]
path = .vim/bundle/minibufexpl
url = https://github.com/sontek/minibufexpl.vim.git