From e7b31b82d986e472b98266a374b68b4f992ed13e Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 01:56:12 +0000 Subject: [PATCH] Update dotfiles/.vimrc --- dotfiles/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index d39eaf95..f599b8ac 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -1,4 +1,4 @@ -call plug#begin() +call plug#begin(silent!) Plug '~/.vim/plugged/typescript-vim' Plug '~/.vim/plugged/vim-airline' Plug '~/.vim/plugged/lightline.vim'