aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install-ubuntu-latest.sh
blob: 5ab229e1d7745897f8042bc30600741fa02a574d (plain) (blame)
1
2
3
4
5
6
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
rm -rf $(pwd)/nvim-linux64/lib/nvim/parser
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start