-
Notifications
You must be signed in to change notification settings - Fork 97
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
Breaking change :: [ Function] in your popup menu -> Please READ #173
Comments
EDITED:
|
Sure thing, thanks for the help and I can add that in no drama. Should we change the default however? |
wait i had a brain fart, sorry what i said cannot fix it for you, its in the wrong direction, derp. ill make a pr to fix it for u |
|
If we don't ever have anything but text for the buffer completion type. We could just have it say [aA Text] like the lsp completion at the top there, or add a space when nothing is returned next to the icon |
sorry please try it now. |
is it possible to only show the icon, and hide the text description? the redundancy is kind of unnecessary |
yes, please see https://github.com/ms-jpq/coq_nvim/blob/coq/docs/DISPLAY.md |
coq_settings.display.icons.mode -> short |
I'm trying the option |
@ms-jpq Short is buggy too. I'm using nerd fonts. |
This is my solution |
Edit: I gathered from #292 that adding the following to the Lua configuration, before vim.g.coq_settings = {
display = { icons = { mode = 'none'} }
} I no longer see icons. |
If you see
Solution
Either set
let g:coq_settings = { 'display.icons.mode': 'none' }
to disable icons, or install a supported font.The text was updated successfully, but these errors were encountered: