Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarcasm/flycheck-irony
C, C++ and Objective-C support for Flycheck, using Irony Mode
https://github.com/sarcasm/flycheck-irony
Last synced: about 2 months ago
JSON representation
C, C++ and Objective-C support for Flycheck, using Irony Mode
- Host: GitHub
- URL: https://github.com/sarcasm/flycheck-irony
- Owner: Sarcasm
- Created: 2014-12-17T23:04:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T21:52:08.000Z (over 6 years ago)
- Last Synced: 2023-03-11T08:55:59.589Z (almost 2 years ago)
- Language: Emacs Lisp
- Size: 56.6 KB
- Stars: 54
- Watchers: 5
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flycheck checker for [irony-mode][irony-mode-ref]
This package provides a [flycheck][flycheck-ref] checker for the C, C++ and
Objective-C languages.![flycheck-irony screenshot](screenshots/flycheck-irony.png)
## Installation
The recommended way to install `flycheck-irony` and its dependencies is through
a package manager:* Using [MELPA](http://melpa.milkbox.net/)
M-x package-install RET flycheck-irony RET
## Configuration
~~~el
(eval-after-load 'flycheck
'(add-hook 'flycheck-mode-hook #'flycheck-irony-setup))
~~~[irony-mode-ref]: https://github.com/Sarcasm/irony-mode "Irony Mode"
[flycheck-ref]: http://www.flycheck.org "Flycheck"