gu-fan / riv.vim

Notes and Wiki with rst.
513 stars 87 forks source link

Inserting from Completion Popup #139

Open mr-ubik opened 5 years ago

mr-ubik commented 5 years ago

I am currently using Riv together with Deoplete to manage the autocompletion of words, however, if I have Riv turned on it seems it overrides the default Deoplete behavior.

Current behavior: inside the Popup I cycle to the desired completion using arrow keys. Pressing will not insert the highlighted word and will instead insert a new line. If I cycle using instead it works correctly.

Expected behavior: default Deoplete behavior, pressing will simply insert the highlighted option.

gu-fan commented 5 years ago

I'm using neocompl, seems I have met that before with another plugin.

marked

mr-ubik commented 5 years ago

I have switched to COC for the autocompletion but I have yet to test Riv with it

gbirke commented 4 years ago

I'm having the same issue with COC and have disabled riv for now.