Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purcell/company-cmake

Completion back-end for CMake
https://github.com/purcell/company-cmake

Last synced: 2 days ago
JSON representation

Completion back-end for CMake

Awesome Lists containing this project

README

        

[company-mode](http://company-mode.github.io/) completion back-end for CMake
scripts.

Installation
===

Install this from [Marmalade](http://marmalade-repo.org/).

Then, in addition to the usual `company-mode` setup, add this to your init file:

```
(eval-after-load 'company
'(add-to-list 'company-backends 'company-cmake))
```