fix vim comment
This commit is contained in:
parent
ce320f7c03
commit
a16171cba8
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
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
|
[ -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
|
||||||
|
|
Loading…
Reference in a new issue