mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
1.0 KiB
1.0 KiB
title | description |
---|---|
SpaceVim lang#zig layer | This layer is for zig development, provide code runner support for zig file. |
Available Layers >> lang#zig
Description
This layer is for zig development.
Install
To use this configuration layer, update custom configuration file with:
[[layers]]
name = "lang#zig"
Options
ztagsbin
: specific the path of ztags.
Key bindings
Run current file
Mode | Key Bindings | Description |
---|---|---|
normal | SPC l r |
build and run the current file |
Test current file
Mode | Key Bindings | Description |
---|---|---|
normal | SPC l t |
run all tests in current file |