This plugin makes your CMakeCache.txt
colourful.
A CMakeCache.txt
file is a "cache" that CMake generates for every
build.
It contains variables that describes the build, such as the options selected
and the compiler and their flags.
This simple vim plugin adds some syntax highligthing for that file.
Be sure to enable :syntax on
and use :set syntax=cmakec
if you want to
force to use this syntax highlighting for a file.
Or view it on asciinema.
Use the plugin system you're using.
Plugin Manager | Installing process |
---|---|
vim-plug | plug 'Neui/cmakecache-syntax.vim' |
Vundle | Plugin 'Neui/cmakecache-syntax.vim' |