-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
60 lines (60 loc) · 2.21 KB
/
.gitmodules
File metadata and controls
60 lines (60 loc) · 2.21 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
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = https://github.com/tpope/vim-surround.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/ack"]
path = .vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = https://github.com/sjl/gundo.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/py.test"]
path = .vim/bundle/py.test
url = https://github.com/alfredodeza/pytest.vim.git
[submodule ".vim/bundle/makegreen"]
path = .vim/bundle/makegreen
url = https://github.com/reinh/vim-makegreen
[submodule ".vim/bundle/tasklist"]
path = .vim/bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule ".vim/bundle/ropevim"]
path = .vim/bundle/ropevim
url = https://github.com/sontek/rope-vim.git
[submodule ".vim/bundle/vim-irblack"]
path = .vim/bundle/vim-irblack
url = https://github.com/wgibbs/vim-irblack.git
[submodule ".vim/bundle/bufexplorer"]
path = .vim/bundle/bufexplorer
url = https://github.com/c9s/bufexplorer.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-javascript-syntax"]
path = .vim/bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule ".vim/bundle/dirdiff"]
path = .vim/bundle/dirdiff
url = https://github.com/vim-scripts/DirDiff.vim.git
[submodule ".vim/bundle/vim-flake8"]
path = .vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git