tzachar / cmp-tabnine

TabNine plugin for hrsh7th/nvim-cmp
MIT License
286 stars 27 forks source link

Missing multiple features on clean install #80

Closed PneumaOfficial closed 1 year ago

PneumaOfficial commented 1 year ago

I'm using the recommended configuration, but how do I enable multiline suggestions? I've already configured it with the tabnine hub Also, the dictionary isn't working, image

Here's my configuration: https://pastebin.com/raw/uzvGBsxY

tzachar commented 1 year ago

Multiline suggestions are not consistently working. Its not a problem with this plugin but with tab nine itself. You can look at previous issues where its discussed.

As for the "dictionary is not working" I have no idea what you mean.

lightwrath commented 1 year ago

As of the last few days, can confirm that the multi-line completion issue is resolved. Ensure you get the latest version of the engine as shown on the hub and are triggering cmp on a new line. I think the default is Ctrl-space, else check your mappings. Thank you to all those involved.

tzachar commented 1 year ago

Closing this as stale.