diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-12-04 16:56:54 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-12-04 16:56:54 +0100 |
commit | bd18eb48a5673949297f0cda1af7e65021858f98 (patch) | |
tree | 608d551d5af1c8931b32a33dfe8569cbf7654d36 /.gitmodules | |
parent | ef5075dd2c1c5926ac209612341085cd6c584399 (diff) | |
download | dotfiles-bd18eb48a5673949297f0cda1af7e65021858f98.tar.gz dotfiles-bd18eb48a5673949297f0cda1af7e65021858f98.tar.xz |
fix typoed submodules
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index c5981fc..132ec75 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,18 +7,12 @@ [submodule ".vim/bundle/unltisnips"] path = .vim/bundle/unltisnips url = https://github.com/SirVer/ultisnips.git -[submodule ".vim/bundle/vim-fugative"] - path = .vim/bundle/vim-fugative - url = https://github.com/tpope/vim-fugitive.git [submodule ".vim/bundle/vim-unimpaired"] path = .vim/bundle/vim-unimpaired url = https://github.com/tpope/vim-unimpaired.git [submodule ".vim/bundle/vim-repeat"] path = .vim/bundle/vim-repeat url = https://github.com/tpope/vim-repeat.git -[submodule ".vim/bundle/vim-fugutive"] - path = .vim/bundle/vim-fugutive - url = https://github.com/tpope/vim-fugitive.git [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git |