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

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

This commit is contained in:
Eric Wong 2024-03-23 16:40:11 +08:00
parent 90b7a0b733
commit ae41ade26d

View File

@ -32,6 +32,16 @@
VIM_BIN = 'D:\Neovim\v0.5.0\bin\nvim.exe'
VIM_Es = "--headless"
VIM = 'D:\Neovim\v0.5.0'
VIMRUNTIME = 'D:\Neovim\v0.5.0\share\nvim\runtime'
[vader-nvim-061]
command = "make"
args = ['test']
isBackground = false
[vader-nvim-061.options.env]
VIM_BIN = 'D:\Neovim\v0.6.1\bin\nvim.exe'
VIM_Es = "--headless"
VIM = 'D:\Neovim\v0.6.1'
VIMRUNTIME = 'D:\Neovim\v0.6.1\share\nvim\runtime'
[vader-nvim-072]
command = "make"
args = ['test']