mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
fixed nvim path macos
This commit is contained in:
Binary file not shown.
@@ -35,7 +35,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
else
|
||||
curl -LO https://github.com/neovim/neovim/releases/download/nightly/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user