isIncomplete is currently being set on the metadata for the completion items from Emmet, but this doesn't work when using Neovim with nvim-cmp which looks for isIncomplete on the actual completion item, rather than in the metadata.
The field is available in the TS definition for ts.CompletionInfo so this seems like an acceptable change.
isIncomplete
is currently being set on the metadata for the completion items from Emmet, but this doesn't work when using Neovim with nvim-cmp which looks forisIncomplete
on the actual completion item, rather than in the metadata.The field is available in the TS definition for
ts.CompletionInfo
so this seems like an acceptable change.