aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install-ubuntu-latest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci-install-ubuntu-latest.sh')
-rw-r--r--scripts/ci-install-ubuntu-latest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci-install-ubuntu-latest.sh b/scripts/ci-install-ubuntu-latest.sh
index c245a122f..8f20592c3 100644
--- a/scripts/ci-install-ubuntu-latest.sh
+++ b/scripts/ci-install-ubuntu-latest.sh
@@ -1,5 +1,8 @@
sudo apt-get update
sudo add-apt-repository universe
+wget -O - https://github.com/tree-sitter/tree-sitter/releases/download/v0.19.4/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/nightly/nvim.appimage
chmod u+x nvim.appimage
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start