https://github.com/high-moctane/asyncomplete-nextword.vim
Provides intelligent English autocomplete for asyncomplete.vim via nextword
https://github.com/high-moctane/asyncomplete-nextword.vim
asyncomplete completion english neovim vim vim8
Last synced: 8 months ago
JSON representation
Provides intelligent English autocomplete for asyncomplete.vim via nextword
- Host: GitHub
- URL: https://github.com/high-moctane/asyncomplete-nextword.vim
- Owner: high-moctane
- License: mit
- Archived: true
- Created: 2020-03-10T12:45:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T00:47:41.000Z (about 4 years ago)
- Last Synced: 2023-03-04T01:07:34.605Z (over 2 years ago)
- Topics: asyncomplete, completion, english, neovim, vim, vim8
- Language: Vim script
- Homepage:
- Size: 952 KB
- Stars: 43
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asyncomplete-nextword.vim
Provides intelligent English autocomplete for asyncomplete.vim via nextword.
## Screenshot

## Installing
```
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/async.vim'
Plug 'high-moctane/asyncomplete-nextword.vim'
```
You also need to install [Nextword](https://github.com/high-moctane/nextword) and
[Nextword-data](https://github.com/high-moctane/nextword-data).
### Registration
```vim
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
- high-moctane ([https://github.com/high-moctane](https://github.com/high-moctane))
- Rafael Bodill ([https://github.com/rafi](https://github.com/rafi))
## License
MIT