https://github.com/purcell/company-cmake
Completion back-end for CMake
https://github.com/purcell/company-cmake
Last synced: about 1 month 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T00:09:03.000Z (over 4 years ago)
- Last Synced: 2025-01-30T04:19:14.416Z (3 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))
```