Skip to content

Neui/cmakecache-syntax.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'