mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
CI: Install tree-sitter
This commit is contained in:
parent
a98e5c1f4f
commit
06f8689aea
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue