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

Do I need to set company-mode in racer when global-company-mode is enabled? #99

Open
yuzumx opened this issue Mar 17, 2018 · 2 comments

Comments

@yuzumx
Copy link

yuzumx commented Mar 17, 2018

Hello:

When global-company-mode is enabled, do I need to add this code to enable racer complete ?

(add-hook 'racer-mode-hook #'company-mode)

Thank you.

@Dicridon
Copy link

For me, it is a bit weird that if global-company-mode is enabled, racer-mode will fail to offer its full completion functionality, for example, the std::io:: triggers no completion. The `(add-hook 'racer-mode-hook #'company-mode) seems to be necessary.

@Dicridon
Copy link

Ok, after some tests, I found that it is company-fuzzy-mode who prevents racer-mode from reacting correctly. If global-company-mode is enabled, the hook is not necessary.

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