CI: Install tree-sitter

This commit is contained in:
Daniel Kempkens 2021-05-17 23:12:29 +02:00 committed by Stephan Seitz
parent a98e5c1f4f
commit 06f8689aea
2 changed files with 4 additions and 0 deletions

View file

@ -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