Skip to content

Provides intelligent English autocomplete for asyncomplete.vim via mocword

License

Notifications You must be signed in to change notification settings

kg8m/asyncomplete-mocword.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

asyncomplete-mocword.vim

Provides intelligent English autocomplete for asyncomplete.vim via mocword.

Demo

asyncomplete-mocword_demo.mp4

Installing

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'kg8m/asyncomplete-mocword.vim'

You also need to install Mocword and Mocword-data.

Registration

call asyncomplete#register_source(asyncomplete#sources#mocword#get_source_options({
\   "name": "mocword",
\   "allowlist": ["*"],
\   "args": ["-l", "100"],
\   "completor": function("asyncomplete#sources#mocword#completor")
\ }))

Note: args is optional. It will be passed as the mocword arguments.

About

Provides intelligent English autocomplete for asyncomplete.vim via mocword

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages

  • Vim Script 100.0%