Add a tree-sitter test

This commit is contained in:
Andy K. Massimino
2021-02-25 23:58:42 -05:00
parent 9c6e7410a3
commit 71132a93ea
4 changed files with 66 additions and 1 deletions

View File

@@ -28,6 +28,12 @@ jobs:
vim_version: '${{ matrix.neovim_version }}'
vim_type: 'Neovim'
- name: Install nvim-treesitter
run: git clone --depth=1 https://github.com/nvim-treesitter/nvim-treesitter.git test/vader/plugged/nvim-treesitter
- name: Install python treesitter module
run: nvim --headless -Nu test/vader/minvimrc -c 'TSInstallSync python' -c 'q'
- name: 'Show version'
run: nvim --version