comment out plug.vim in vimrc

This commit is contained in:
sup39 2020-06-01 11:11:09 +09:00
parent 9eddeae6b6
commit ce320f7c03

View file

@ -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 [ -d $HOME/.vim/sup39 ] || git clone https://github.com/sup39/vimrc $HOME/.vim/sup39
# .vimrc # .vimrc
[ -f $HOME/.vimrc ] || cat >$HOME/.vimrc <<EOF [ -f $HOME/.vimrc ] || cat >$HOME/.vimrc <<EOF
source $HOME/.vim/sup39/plug.vim # source $HOME/.vim/sup39/plug.vim
source $HOME/.vim/sup39/vimrc source $HOME/.vim/sup39/vimrc
EOF EOF