/ddc-source-nextword

Nextword completion for ddc

Primary LanguageTypeScriptMIT LicenseMIT

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

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

Note: "nextword" is deprecated. You should use ddc-mocword instead.

Dependencies

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

Please test nextword -n 100 -g works from command line.

Configuration

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

License

MIT