Home

Awesome

db source for ZSaberLv0/ZFVimIM, using thirdparty's openapi

Requirement

How to use

Plug 'ZSaberLv0/ZFVimIM'
Plug 'ZSaberLv0/ZFVimJob' " ZFVimJob is required for this db repo
Plug 'ZSaberLv0/ZFVimIM_openapi'

once installed, input freely and see the changes

Configs

How it works

if you are interested on how to implement async mode of ZFVimIM's db, here's a workflow of it

user input
    => ZFVimIM_complete()
        => start curl job
        => directly return empty result
    ...
    => curl job returned
        => save as cache
        => ZFVimIME_keymap_update_i() to re-trigger IME popup
        => ZFVimIM_complete()
            => matched from cache, return result