Change install command on Mac

Fixes #1600
This commit is contained in:
Stephan Seitz 2021-07-19 22:31:03 +02:00 committed by mergify[bot]
parent 368a016c15
commit f5c318f341

View file

@ -1,5 +1,5 @@
brew update
brew install neovim --HEAD
curl -L https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz | tar -xz
sudo ln -s $(pwd)/nvim-osx64/bin/nvim /usr/local/bin
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start