1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:30:05 +08:00
SpaceVim/docs/layers/lang/zig.md
2021-06-21 20:39:29 +08:00

1.1 KiB

title description
SpaceVim lang#zig layer This layer is for zig development, provides code runner support for zig files.

Available Layers >> lang#zig

Description

This layer is for zig development.

Install

To use this configuration layer, update your custom configuration file with:

[[layers]]
  name = "lang#zig"

Options

  • ztagsbin: 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