-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 894 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = git://github.com/terryma/vim-multiple-cursors
[submodule ".vim/bundle/vim-python-pep8-indent"]
path = .vim/bundle/vim-python-pep8-indent
url = git://github.com/hynek/vim-python-pep8-indent
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter
[submodule ".vim/bundle/julia-vim"]
path = .vim/bundle/julia-vim
url = git://github.com/JuliaLang/julia-vim