tree sitter parser binary for neovim, build nightly using github action until nvim-treesitter
has proper precompile parser nvim-treesitter/nvim-treesitter#2419
download all.zip
and extract the parser so
file to nvim-treesitter/parser/
wget https://github.com/anasrar/nvim-treesitter-parser-bin/releases/download/linux/all.zip
# extract specific parser
unzip -j all.zip rust.so json.so -d ~/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/
# extract all parser
unzip -j all.zip *.so -d ~/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/
# extract specific parser
unzip -j all.zip rust.so json.so -d ~/.local/share/nvim/lazy/nvim-treesitter/parser/
# extract all parser
unzip -j all.zip *.so -d ~/.local/share/nvim/lazy/nvim-treesitter/parser/
- linux
tested
- windows
untested
- android-aarch64-termux
tested