mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-19 05:10:03 +00:00
fixed nvim install path
This commit is contained in:
@@ -14,7 +14,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
|||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
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
|
||||||
./nvim-macos-arm64/bin/nvim
|
~/Applications/nvim/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd nvim_config
|
cd nvim_config
|
||||||
|
|||||||
Reference in New Issue
Block a user