1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/.SpaceVim.d/tasks.toml

11 lines
230 B
TOML
Raw Normal View History

2020-02-14 22:15:04 +08:00
[file-build]
command = 'gcc $(VIM_FILE) -o $(TARGET_DIR)/$(VIM_FILE_NOEXT)'
isBackground = false
[file-build.options]
cmd = '$(workspace)'
[file-run]
command = "echo"
args = ['hello']
isBackground = false