mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-26 15:50:04 +08:00
836 B
836 B
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
Running current script
To running a zig file, you can press SPC l r
to run current file without loss focus, and the result will be shown in a runner buffer.