prabirshrestha / asyncomplete.vim

async completion in pure vim script for vim8 and neovim
MIT License
928 stars 60 forks source link

Completion menu is opening/closing rapidly #285

Closed techntools closed 1 year ago

techntools commented 1 year ago

I have written my own keyword completion server in Python.

Added the Vimscript for handling suggestion from it.

Completions are working. But popup is closing and opening rapidly.

Screencast from 14-03-23 02:58:54 PM IST.webm

I have used vim-easycomplete before. Its popup updates quite smoothly. No flickering of the screen occurs.

Maybe I am missing some simple thing here. But I would appreciate if u had a look.

techntools commented 1 year ago

Used let g:asyncomplete_popup_delay = 0.

Thanks for the plugin.