fix vim undo

This commit is contained in:
2026-03-31 09:05:33 +09:00
parent b236bd3630
commit a018bce06e
2 changed files with 5 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ for d in "${dirs[@]}"; do
echo "link: $dst -> $src"
done
# create vim undo dir
mkdir -p "$HOME/.vim/undo"
# install vim-plug
if [ ! -f "$HOME/.vim/autoload/plug.vim" ]; then
curl -fLo "$HOME/.vim/autoload/plug.vim" --create-dirs \