From c258a91099591a2b1c64b39c00c6b5e308f06d1f Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Sun, 10 Oct 2021 19:50:28 +0200 Subject: [PATCH] Changed the URL --- dotfiles/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index d40a054..5138abe 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -8,7 +8,7 @@ set nocompatible " be iMproved, required if empty(glob('~/.vim/autoload/plug.vim')) silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs - \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + \ https://git.burschel.com/sebastian/kabelkiste/raw/branch/master/dotfiles/.vim/autoload/plug.vim autocmd VimEnter * PlugInstall --sync | source $MYVIMRC endif