2021-09-13 09:47:41 +09:00
2020-03-16 17:21:15 +09:00
2020-03-10 21:45:16 +09:00
2020-10-07 17:38:43 +09:00

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

Description
Provides intelligent English autocomplete for asyncomplete.vim via nextword
Readme MIT 1,000 KiB
Languages
Vim Script 100%