Closed techntools closed 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.
Used let g:asyncomplete_popup_delay = 0.
let g:asyncomplete_popup_delay = 0
Thanks for the plugin.
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.