SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
lang#cmake
layer provides syntax highlighting for cmake script.
This layer is not enabled by default. To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#cmake"
This layer also provides a :Cmake
command, which is same as cmake
in command line.
The command will be executed asynchronously in code runner.
Powered by Jekyll