From 1525b972b53e6431169466fe33ba0897ddf8b813 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 24 May 2022 23:12:06 +0800 Subject: [PATCH] docs(cmake): add doc for `:Cmake ` command --- docs/layers/lang/cmake.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/layers/lang/cmake.md b/docs/layers/lang/cmake.md index a75fade6d..34a2d862c 100644 --- a/docs/layers/lang/cmake.md +++ b/docs/layers/lang/cmake.md @@ -10,6 +10,7 @@ description: "This layer is for cmake script, provides syntax highlighting and l - [Description](#description) - [Install](#install) - [Features](#features) +- [Command](#command) @@ -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.