mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 09:30:04 +08:00
docs(cmake): add doc for :Cmake
command
This commit is contained in:
parent
aae66a28c0
commit
1525b972b5
@ -10,6 +10,7 @@ description: "This layer is for cmake script, provides syntax highlighting and l
|
|||||||
- [Description](#description)
|
- [Description](#description)
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
|
- [Command](#command)
|
||||||
|
|
||||||
<!-- vim-markdown-toc -->
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
@ -29,3 +30,8 @@ To use this configuration layer, update your custom configuration file with:
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- syntax highlighting
|
- 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user