mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Install TS ruby parser in test
This commit is contained in:
2
.github/workflows/neovim.yml
vendored
2
.github/workflows/neovim.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
set nocompatible
|
||||
source ../common/bootstrap.vim
|
||||
|
||||
if !has('nvim')
|
||||
if !has('nvim-0.5.0')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user