mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
7 lines
295 B
Bash
Executable file
7 lines
295 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
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
|