aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install-macos-latest.sh
blob: a952dc57216322ac75b3400efb3acdc587184585 (plain) (blame)
1
2
3
4
5
6
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