Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bfrg/vim-cmakecache-syntax

Vim syntax file for CMakeCache.txt files generated by CMake
https://github.com/bfrg/vim-cmakecache-syntax

cmake vim vim-cmake vim-syntax

Last synced: about 1 month ago
JSON representation

Vim syntax file for CMakeCache.txt files generated by CMake

Awesome Lists containing this project

README

        

# vim-cmakecache-syntax

Vim syntax file for `CMakeCache.txt` files generated by CMake.





## Installation

Run the following commands in your terminal:
```bash
$ cd ~/.vim/pack/git-plugins/start
$ git clone https://github.com/bfrg/vim-cmakecache-syntax
```
**Note:** The directory name `git-plugins` is arbitrary, you can pick any other
name. For more details see `:help packages`. Alternatively, use your favorite
plugin manager.

## Credits

Many thanks to Nick Jensen (@nickspoons) in `#vim` for helping with the syntax
file.

## License

Distributed under the same terms as Vim itself. See `:help license`.