mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:30:05 +08:00
683 B
683 B
title | description |
---|---|
SpaceVim xmake layer | xmake layer provides basic xmake client for SpaceVim. |
Available Layers >> xmake
Description
The xmake
layer provides basic function for xmake command.
To use this configuration layer, add the following snippet to your custom configuration file.
[[layers]]
name = "xmake"
Key Mappings
Key Bingding | Description |
---|---|
SPC m x b |
xmake build without running |
SPC m x r |
xmake build and running |