-
Notifications
You must be signed in to change notification settings - Fork 405
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
The candidate display is wrong. #48
Comments
I see. Thank you for the response! |
@hrsh7th how did you get the [LSP] text in the completion menu? I added lspkind to formatting but I just get the icons 😞 |
I have below code in my vim_item.menu = ({
nvim_lsp = '[LSP]',
buffer = '[Buf]',
})[entry.source.name] |
cool that works , Btw how do I add the completion item type too? cmp by default adds the type text to the item like "Function" "variable" etc but after adding lspkind it doesnt show that ; compe : |
Try this.
|
thanks that worked. |
@uga-rosa I've introduced You can set |
Solved. Thx!! |
I would like to know which font you are using @hrsh7th 🤣 |
I'm using JetBrainsMono NerdFont Medium with iTerm2 on Mac OS. |
Hi, I also use JetBrainsMono NF but with windows terminal.
|
I have seen the issue in other issues... |
OK. I will change deprecate indicator default value. |
|
The source is nvim_lsp (sumneko_lua).
If I return to normal mode with esc from the first picture, the display will remain like this.
I am using lspkind, but this is not relevant.
The text was updated successfully, but these errors were encountered: