-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
51 lines (51 loc) · 1.83 KB
/
.gitmodules
File metadata and controls
51 lines (51 loc) · 1.83 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
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/sparkup"]
path = vim/bundle/sparkup
url = https://github.com/bingaman/vim-sparkup.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/snipmate"]
path = vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
ignore = dirty
[submodule "vim/bundle/bufexplorer"]
path = vim/bundle/bufexplorer
url = https://github.com/slack/vim-bufexplorer.git
ignore = dirty
[submodule "vim/bundle/pydoc"]
path = vim/bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "vim/bundle/command-t"]
path = vim/bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "vim/bundle/pep8"]
path = vim/bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "vim/bundle/vim-css-color"]
path = vim/bundle/vim-css-color
url = git://github.com/skammer/vim-css-color.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/browser-refresh"]
path = vim/bundle/browser-refresh
url = https://github.com/mkitt/browser-refresh.vim.git
[submodule "vim/bundle/vim-less"]
path = vim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "vim/bundle/vcscommand"]
path = vim/bundle/vcscommand
url = git://repo.or.cz/vcscommand
ignore = dirty
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git