Commit e5e91223 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Sync submodule names to paths (make relative)

parent 760088f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
[submodule ".vim/bundle/vim-less"]
	path = .vim/bundle/vim-less
	url = https://github.com/groenewege/vim-less.git
[submodule "/home/dom/.vim/bundle/vim-javascript"]
[submodule ".vim/bundle/vim-javascript"]
	path = .vim/bundle/vim-javascript
	url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/nginx.vim"]
@@ -13,7 +13,7 @@
[submodule ".vim/bundle/vim-fugitive"]
	path = .vim/bundle/vim-fugitive
	url = git://github.com/tpope/vim-fugitive.git
[submodule "/home/dom/.vim/bundle/vim-ctrlspace"]
[submodule ".vim/bundle/vim-ctrlspace"]
	path = .vim/bundle/vim-ctrlspace
	url = https://github.com/vim-ctrlspace/vim-ctrlspace.git
[submodule ".oh-my-zsh"]