1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:50:05 +08:00

test(wsl): add vader-nvim-wsl task

This commit is contained in:
Eric Wong 2024-03-21 18:32:50 +08:00
parent 7eb68ca364
commit 0ad6c2adbb

View File

@ -1,10 +1,17 @@
[vader-test]
[vader-nvim-win]
command = "make"
args = ['test']
isBackground = false
[vader-test.options.env]
[vader-nvim-win.options.env]
VIM_BIN = 'nvim'
VIM_Es = "--headless"
[vader-nvim-wsl]
command = "make"
args = ['test']
isBackground = false
[vader-nvim-wsl.options.env]
VIM_BIN = 'wsl -e nvim'
VIM_Es = "--headless"
[vader-nvim-050]
command = "make"
args = ['test']