diff --git a/.vim/undodir/%home%rmaco%projects%setup%install.sh b/.vim/undodir/%home%rmaco%projects%setup%install.sh index e20012a..2c17134 100644 Binary files a/.vim/undodir/%home%rmaco%projects%setup%install.sh and b/.vim/undodir/%home%rmaco%projects%setup%install.sh differ diff --git a/install.sh b/install.sh index e95a687..eceee00 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ elif [[ "$OSTYPE" == "msys"* ]]; then else echo "----- Downloading nvim -----" curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi - ./nvim-win64.msi /passive + ./nvim-win64.msi "/passive" fi fi