summaryrefslogtreecommitdiff
path: root/scripts/ci-install-macos-latest.sh
diff options
context:
space:
mode:
authorDaniel Kempkens <daniel+git@kempkens.io>2021-05-17 23:12:29 +0200
committerStephan Seitz <stephan.lauf@yahoo.de>2021-05-18 19:10:06 +0200
commit06f8689aea164652eef5835d0614c51ec0f0b9d5 (patch)
tree1523ea3b824d4e2d2e351538922665656fad75b5 /scripts/ci-install-macos-latest.sh
parenta98e5c1f4f00b4a129a1b1393ef0b504f2d52dd3 (diff)
CI: Install tree-sitter
Diffstat (limited to 'scripts/ci-install-macos-latest.sh')
-rw-r--r--scripts/ci-install-macos-latest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci-install-macos-latest.sh b/scripts/ci-install-macos-latest.sh
index 10a9d9bb..a952dc57 100644
--- a/scripts/ci-install-macos-latest.sh
+++ b/scripts/ci-install-macos-latest.sh
@@ -1,6 +1,7 @@
brew update
brew install llvm --HEAD
brew install neovim --HEAD
+brew install tree-sitter
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start