-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
78 lines (78 loc) · 2.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule "bundle/tasklist"]
path = bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "bundle/py.test"]
path = bundle/py.test
url = https://github.com/alfredodeza/pytest.vim.git
[submodule "bundle/pep8"]
path = bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "bundle/pydoc"]
path = bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/pyflakes"]
path = bundle/pyflakes
url = https://github.com/mitechie/pyflakes-pathogen.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/git"]
path = bundle/git
url = https://github.com/tpope/vim-git.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/makegreen"]
path = bundle/makegreen
url = https://github.com/reinh/vim-makegreen
[submodule "vim-colors-solarized"]
path = vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule "bundle/ropevim"]
path = bundle/ropevim
url = https://github.com/sontek/rope-vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-fireplace"]
path = bundle/vim-fireplace
url = https://github.com/tpope/vim-fireplace.git
[submodule "bundle/vim-classpath"]
path = bundle/vim-classpath
url = https://github.com/tpope/vim-classpath.git
[submodule "bundle/vim-clojure-static"]
path = bundle/vim-clojure-static
url = https://github.com/guns/vim-clojure-static.git
[submodule "bundle/rainbow_parentheses.vim"]
path = bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim
[submodule "bundle/paredit.vim"]
path = bundle/paredit.vim
url = https://github.com/vim-scripts/paredit.vim