Asyncomplete Nextword.vim Save Abandoned

Provides intelligent English autocomplete for asyncomplete.vim via nextword

Project README

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

Open Source Agenda is not affiliated with "Asyncomplete Nextword.vim" Project. README Source: high-moctane/asyncomplete-nextword.vim
Stars
42
Open Issues
0
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating