mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
810 B
810 B
title | description |
---|---|
SpaceVim lang#cmake layer | This layer is for cmake script, provides syntax highlighting and language server protocol support. |
Available Layers >> lang#cmake
Description
lang#cmake
layer provides syntax highlighting for cmake script.
Install
This layer is not enabled by default. To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#cmake"
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.