fixed nvim path macos

This commit is contained in:
radumacocian
2024-08-18 21:07:59 +02:00
parent 3b898d481a
commit 8289a212d4
2 changed files with 1 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
else else
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-arm64.tar.gz
tar xzf nvim-macos-arm64.tar.gz tar xzf nvim-macos-arm64.tar.gz
mv nvim-macos-arm64.tar.gz ~/Applications/nvim/ mv nvim-macos-arm64 ~/Applications/nvim/
fi fi
fi fi