1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-28 03:00:06 +08:00
SpaceVim/bundle/nvim-treesitter/scripts/ci-install-macos-latest.sh

6 lines
279 B
Bash
Raw Normal View History

curl -L https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/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