From ce320f7c036f67bb28a3515f6958c9b754593222 Mon Sep 17 00:00:00 2001 From: sup39 Date: Mon, 1 Jun 2020 11:11:09 +0900 Subject: [PATCH] comment out plug.vim in vimrc --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index c81a025..3be617a 100644 --- a/setup.sh +++ b/setup.sh @@ -5,6 +5,6 @@ curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc -o $HOME/.zs [ -d $HOME/.vim/sup39 ] || git clone https://github.com/sup39/vimrc $HOME/.vim/sup39 # .vimrc [ -f $HOME/.vimrc ] || cat >$HOME/.vimrc <