Closed menoldmt closed 2 months ago
Previously, upon unpacking the nvim download tar file, I was left with an nvim-macos-x86_64 directory that failed to be moved to "$HOME/opt/neovim" because nvim-macos-arm64 was hardcoded here.
nvim-macos-x86_64
"$HOME/opt/neovim"
nvim-macos-arm64
resolves #47
Previously, upon unpacking the nvim download tar file, I was left with an
nvim-macos-x86_64
directory that failed to be moved to"$HOME/opt/neovim"
becausenvim-macos-arm64
was hardcoded here.resolves #47