mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
ci: Try out windows-2022
This commit is contained in:
parent
afed686e6a
commit
8016b74cea
2 changed files with 7 additions and 7 deletions
5
scripts/ci-install-windows-2022.sh
Normal file
5
scripts/ci-install-windows-2022.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
curl -L https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-win64.zip -o nvim-win64.zip
|
||||
unzip nvim-win64
|
||||
mkdir -p ~/AppData/Local/nvim/pack/nvim-treesitter/start
|
||||
mkdir -p ~/AppData/Local/nvim-data
|
||||
cp -r $(pwd) ~/AppData/Local/nvim/pack/nvim-treesitter/start
|
||||
Loading…
Add table
Add a link
Reference in a new issue