diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci-install-macos-latest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh index 979c418a3..fe57186af 100644 --- a/scripts/ci-install-macos-latest.sh +++ b/scripts/ci-install-macos-latest.sh @@ -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 |
