Back to Spacevim

SpaceVim lang#zig layer

docs/layers/lang/zig.md

2.4.0965 B
Original Source

Available Layers >> lang#zig

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

Description

This layer is for zig development.

Install

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

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

Options

  • ztagsbin: The path of ztags.

Key bindings

Run current file

ModeKey BindingsDescription
normalSPC l rbuild and run the current file

Test current file

ModeKey BindingsDescription
normalSPC l trun all tests in current file