1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

docs(cmake): add doc for :Cmake command

This commit is contained in:
wsdjeg 2022-05-24 23:12:06 +08:00
parent aae66a28c0
commit 1525b972b5

View File

@ -10,6 +10,7 @@ description: "This layer is for cmake script, provides syntax highlighting and l
- [Description](#description)
- [Install](#install)
- [Features](#features)
- [Command](#command)
<!-- vim-markdown-toc -->
@ -29,3 +30,8 @@ To use this configuration layer, update your custom configuration file with:
## Features
- syntax highlighting
## Command
This layer also provides a `:Cmake` command, which is same as `cmake` in command line.
The command will be executed asynchronously in code runner.