4513ECHO / ddc-source-mocword

Mocword completion for ddc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddc-source-mocword: mocword completion for ddc.vim

A ddc.vim source for mocword for completing words in English.

Note: "mocword" binary must be installed in your $PATH!!

Dependencies

Please test mocword --limit 100 works from command line.

Configuration

call ddc#custom#patch_global('sources', ['mocword'])
call ddc#custom#patch_global('sourceOptions', #{
    \  mocword: #{
    \    mark: 'mocword',
    \    minAutoCompleteLength: 3,
    \    isVolatile: v:true,
    \ }})

License

MIT

About

Mocword completion for ddc

License:MIT License


Languages

Language:TypeScript 100.0%