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