mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add treesitter CLI in CI with Windows and mac
This commit is contained in:
parent
73559e3793
commit
b44871afb5
3 changed files with 9 additions and 7 deletions
|
|
@ -1,6 +1,3 @@
|
|||
wget -O - https://github.com/tree-sitter/tree-sitter/releases/download/${TREE_SITTER_CLI_TAG}/tree-sitter-linux-x64.gz | gunzip -c > tree-sitter
|
||||
sudo cp ./tree-sitter /usr/bin/tree-sitter
|
||||
sudo chmod uog+rwx /usr/bin/tree-sitter
|
||||
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-linux64.tar.gz
|
||||
tar -zxf nvim-linux64.tar.gz
|
||||
sudo ln -s $(pwd)/nvim-linux64/bin/nvim /usr/local/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue