diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-07-19 22:31:03 +0200 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-07-19 21:28:32 +0000 |
| commit | f5c318f341e6097b22b45eefaedb6e20392c1e7f (patch) | |
| tree | 7719cbe27906bbf90ee7a5b6dbe98ca829b8999d | |
| parent | YANG fold on blocks (diff) | |
| download | nvim-treesitter-f5c318f341e6097b22b45eefaedb6e20392c1e7f.tar nvim-treesitter-f5c318f341e6097b22b45eefaedb6e20392c1e7f.tar.gz nvim-treesitter-f5c318f341e6097b22b45eefaedb6e20392c1e7f.tar.bz2 nvim-treesitter-f5c318f341e6097b22b45eefaedb6e20392c1e7f.tar.lz nvim-treesitter-f5c318f341e6097b22b45eefaedb6e20392c1e7f.tar.xz nvim-treesitter-f5c318f341e6097b22b45eefaedb6e20392c1e7f.tar.zst nvim-treesitter-f5c318f341e6097b22b45eefaedb6e20392c1e7f.zip | |
Change install command on Mac
Fixes #1600
| -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 |
