File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,16 @@ jobs:
2828 wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
2929 chmod u+x nvim.appimage && sudo mv nvim.appimage /usr/local/bin/nvim
3030
31- git clone -b v0.1.1 --depth 1 https://github.com/kiyoon/nvim-treesitter-textobjects-tests
31+ git clone -b v0.1.2 --depth 1 https://github.com/kiyoon/nvim-treesitter-textobjects-tests
3232
3333 mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter-textobject/opt
3434 ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter-textobject/opt
3535 mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/opt
3636 cd ~/.local/share/nvim/site/pack/nvim-treesitter/opt
3737 git clone https://github.com/nvim-treesitter/nvim-treesitter.git
38+
3839 - name : Compile parsers
39- run : nvim --headless -c "packadd nvim-treesitter" -c "TSInstallSync all " -c "q"
40+ run : nvim --headless -c "packadd nvim-treesitter" -c "TSInstallSync python " -c "q"
4041
4142 - name : Set up Python ${{ matrix.python-version }}
4243 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments