-
Notifications
You must be signed in to change notification settings - Fork 39
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
Ignores width? #81
Comments
Very weird... the only way i got it to work was to set a blank string... i have no idea why
|
I think #83 fixes this. |
What is your version of neovim and nvim-cmp? The blank spaces in your picture should be the message provided by nvim_lsp. format = lspkind.cmp_format({
menu = {
path = "[PATH]",
buffer = "[BUF]",
nvim_lsp = "[LSP]",
nvim_lua = "[LUA]",
luasnip = "[SNIP]",
},
}), Or just disable the menu of nvim_lsp. format = lspkind.cmp_format({
menu = { nvim_lsp = nil },
}), |
Hey, whats up with the width? anything i put for maxsize, whether its
1
,100
, or the function all look like this:if i uncomment your plugin and use plain old cmp it looks like this:
The text was updated successfully, but these errors were encountered: