prabirshrestha / asyncomplete.vim

async completion in pure vim script for vim8 and neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim9Script

pusewicz opened this issue · comments

Hey @prabirshrestha,

What are your thoughts about migrating asyncomplete to vim9script?

No plans to migrate. The bottleneck is not in vimscript, we already use matchfuzzy which is written in C. Most of the issue comes with converting existing items to vim item and those are issues with sources and not with asyncomplete.vim. If you are finding perf issues feel free to share more info.