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

Code isn't suggested inline #89

Open
joshniemela opened this issue Dec 28, 2023 · 1 comment
Open

Code isn't suggested inline #89

joshniemela opened this issue Dec 28, 2023 · 1 comment

Comments

@joshniemela
Copy link

I followed the installation instructions for doom emacs and used the example configuration as is.
image
The suggestions appear in a dialog box instead of inline even though the use-dialog-box is explicitly set to nil.

@markasoftware-aqtc
Copy link

You need to add one of the "preview" frontends to the company-frontends variable, see https://company-mode.github.io/manual/Frontends.html. My preferred setup for using codeium is (setq company-frontends '(company-pseudo-tooltip-unless-just-one-frontend company-preview-frontend); this will always display an inline preview of the first suggestion while also giving the dropdown for other suggestions.

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