mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:30:05 +08:00
test(wsl): add vader-nvim-wsl
task
This commit is contained in:
parent
7eb68ca364
commit
0ad6c2adbb
@ -1,10 +1,17 @@
|
|||||||
[vader-test]
|
[vader-nvim-win]
|
||||||
command = "make"
|
command = "make"
|
||||||
args = ['test']
|
args = ['test']
|
||||||
isBackground = false
|
isBackground = false
|
||||||
[vader-test.options.env]
|
[vader-nvim-win.options.env]
|
||||||
VIM_BIN = 'nvim'
|
VIM_BIN = 'nvim'
|
||||||
VIM_Es = "--headless"
|
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]
|
[vader-nvim-050]
|
||||||
command = "make"
|
command = "make"
|
||||||
args = ['test']
|
args = ['test']
|
||||||
|
Loading…
Reference in New Issue
Block a user