Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is irony-mode support? #14

Open
rafaelleru opened this issue Jan 29, 2017 · 1 comment
Open

there is irony-mode support? #14

rafaelleru opened this issue Jan 29, 2017 · 1 comment

Comments

@rafaelleru
Copy link

No description provided.

@Sarcasm
Copy link
Contributor

Sarcasm commented May 10, 2017

Seeing this issue by chance.
You can get irony support with the following code:

(defun company-c-headers-path-user-irony ()
  "Return the user include paths for the current buffer."
  (when irony-mode
    (irony--extract-user-search-paths irony--compile-options
                                      irony--working-directory)))
(setq company-c-headers-path-user #'company-c-headers-path-user-irony)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants