onsails / lspkind.nvim

vscode-like pictograms for neovim lsp completion items
MIT License
1.51k stars 39 forks source link

Autocomplete options cannot be selected via TAB or ENTER #77

Closed kelphil closed 9 months ago

kelphil commented 10 months ago

Autocomplete options cannot be selected via TAB or ENTER shown below.

image

Here is my cmp.setup mapping:

image

onsails commented 9 months ago

lspkind doesn't deal with bindings, it just adds icons to completion items. Please refer to cmp documentation or community discussions.