-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 1.11 KB
/
Copy path.gitmodules
File metadata and controls
27 lines (27 loc) · 1.11 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
[submodule "vim/vim/bundle/fugitive"]
path = vim/vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/vim/bundle/vim-colors-solarized"]
path = vim/vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/vim/bundle/tagbar"]
path = vim/vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/vim/bundle/vim-pathogen"]
path = vim/vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/vim/bundle/nerdtree"]
path = vim/vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/vim/bundle/vim-less"]
path = vim/vim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "vim/vim/bundle/vim-markdown"]
path = vim/vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "vim/vim/bundle/vim-javascript"]
path = vim/vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/vim/bundle/python-mode"]
path = vim/vim/bundle/python-mode
url = git://github.com/klen/python-mode.git