Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Provides intelligent English autocomplete for asyncomplete.vim via nextword

License

Notifications You must be signed in to change notification settings

high-moctane/asyncomplete-nextword.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asyncomplete-nextword.vim

Provides intelligent English autocomplete for asyncomplete.vim via nextword.

Screenshot

screenshot.gif

Installing

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/async.vim'
Plug 'high-moctane/asyncomplete-nextword.vim'

You also need to install Nextword and Nextword-data.

Registration

call asyncomplete#register_source(asyncomplete#sources#nextword#get_source_options({
            \   'name': 'nextword',
            \   'allowlist': ['*'],
            \   'args': ['-n', '10000'],
            \   'completor': function('asyncomplete#sources#nextword#completor')
            \   }))

Note: args is optional. it will be passed as the nextword arguments.

Contributors

License

MIT

About

Provides intelligent English autocomplete for asyncomplete.vim via nextword

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published