1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:20:05 +08:00

build(vader): use headless option

This commit is contained in:
wsdjeg 2023-09-26 14:54:31 +08:00
parent 26a02014e8
commit a22c463d2a

View File

@ -4,6 +4,7 @@
isBackground = false isBackground = false
[vader-test.options.env] [vader-test.options.env]
VIM_BIN = 'nvim' VIM_BIN = 'nvim'
VIM_Es = "--headless"
[generate-vim-doc] [generate-vim-doc]
command = "python" command = "python"
args = ['-m', 'vimdoc', '.'] args = ['-m', 'vimdoc', '.']