-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.12 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
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/camel-case-motion"]
path = vim/bundle/camel-case-motion
url = https://github.com/bkad/CamelCaseMotion.git
[submodule "vim/bundle/arg-text-obj"]
path = vim/bundle/arg-text-obj
url = https://github.com/vim-scripts/argtextobj.vim.git
[submodule "vim/bundle/indent-obj"]
path = vim/bundle/indent-obj
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule "vim/bundle/tag-bar"]
path = vim/bundle/tag-bar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/jslint"]
path = vim/bundle/jslint
url = https://github.com/hallettj/jslint.vim.git
[submodule "vim/bundle/pyflakes"]
path = vim/bundle/pyflakes
url = https://github.com/kevinw/pyflakes-vim