Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.09 KB

CMakeCache.txt Syntax for vim

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.

Example

Or view it on asciinema.

Installing

Use the plugin system you're using.

Plugin Manager Installing process
vim-plug plug 'Neui/cmakecache-syntax.vim'
Vundle Plugin 'Neui/cmakecache-syntax.vim'