You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the installation instructions for doom emacs and used the example configuration as is.
The suggestions appear in a dialog box instead of inline even though the use-dialog-box is explicitly set to nil.
The text was updated successfully, but these errors were encountered:
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.
I followed the installation instructions for doom emacs and used the example configuration as is.
![image](https://private-user-images.githubusercontent.com/88747315/293209321-d35052af-2a17-46e8-ba37-ffc0cff6fb3b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTczMzYsIm5iZiI6MTczOTM1NzAzNiwicGF0aCI6Ii84ODc0NzMxNS8yOTMyMDkzMjEtZDM1MDUyYWYtMmExNy00NmU4LWJhMzctZmZjMGNmZjZmYjNiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEwNDM1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUwNzM5MDI3NDVkMjNjMjM3NGI0YzE3NWQyMGM3YzhlYzNmMjdlM2M3NGU1ZDgzZGRhMDc0ZTRhZTRmY2Y4MzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2_fxGGyZNqxUCWJ_sWGUkF11--W6l61u4wOkQmY7F3Y)
The suggestions appear in a dialog box instead of inline even though the use-dialog-box is explicitly set to nil.
The text was updated successfully, but these errors were encountered: