nvim-treesitter/scripts/ci-install-macos-latest.sh

7 lines
191 B
Bash
Raw Normal View History

2021-03-15 23:56:52 +01:00
brew update
2021-03-22 13:04:24 +01:00
brew install llvm --HEAD
2021-03-01 17:53:57 +01:00
brew install neovim --HEAD
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start