Install TS ruby parser in test

This commit is contained in:
Andy K. Massimino
2021-08-27 20:19:34 -04:00
parent c51d532577
commit 730a4919f4
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
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'
run: nvim --headless -Nu test/vader/minvimrc -c 'TSInstallSync python ruby' -c 'q'
- name: 'Show version'
run: nvim --version