Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/purcell/company-cmake
- Owner: purcell
- Created: 2013-04-21T10:06:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T00:09:03.000Z (about 4 years ago)
- Last Synced: 2024-12-02T18:04:20.251Z (2 months ago)
- Language: Emacs Lisp
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))
```