/vim-cmakecache

A syntax plugin for viewing `CMakeCache.txt` files.

Primary LanguageVim Script

vim-cmakecache

A syntax plugin for viewing CMakeCache.txt files. To use it, install the plugin, then open a CMakeCache.txt file.

Install

Place this in your .vimrc:

Plug 'kbenzie/vim-cmakecache'

Then run the following in Vim:

:source %
:PlugInstall
$ cd ~/.vim/bundle
$ git clone https://github.com/kbenzie/vim-cmakecache

Place this in your .vimrc:

Plugin 'kbenzie/vim-cmakecache'

Then run the following in Vim:

:source %
:PluginInstall

For Vundle version < 0.10.2, replace Plugin with Bundle above.

Place this in your .vimrc:

NeoBundle 'kbenzie/vim-cmakecache'

Then run the following in Vim:

:source %
:NeoBundleInstall

License

Copyright (c) Kenneth Benzie. Distributed under the same terms as Vim itself. See :help license.