All Projects → high-moctane → asyncomplete-nextword.vim

high-moctane / asyncomplete-nextword.vim

Licence: MIT license
Provides intelligent English autocomplete for asyncomplete.vim via nextword

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to asyncomplete-nextword.vim

Vim Lsp
async language server protocol plugin for vim and neovim
Stars: ✭ 2,230 (+5086.05%)
Mutual labels:  vim8, asyncomplete
nextword
Predict next English words.
Stars: ✭ 65 (+51.16%)
Mutual labels:  english
geospatial-python
Introduction to Geospatial Raster and Vector Data with Python
Stars: ✭ 107 (+148.84%)
Mutual labels:  english
gradle-dependencies-plugins-helper-plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 33 (-23.26%)
Mutual labels:  completion
deep-learning-intro
Learn Deep Learning with Python
Stars: ✭ 23 (-46.51%)
Mutual labels:  english
cljs-tooling
[DEPRECATED] Tooling support for ClojureScript
Stars: ✭ 58 (+34.88%)
Mutual labels:  completion
grammarly-editor
Purify Grammarly editing experience
Stars: ✭ 16 (-62.79%)
Mutual labels:  english
amx
An alternative M-x interface for Emacs.
Stars: ✭ 136 (+216.28%)
Mutual labels:  completion
cpwp
Chinese Programmer Wrong Pronunciation
Stars: ✭ 42 (-2.33%)
Mutual labels:  english
docker-introduction
Reproducible Computational Environments using Containers
Stars: ✭ 34 (-20.93%)
Mutual labels:  english
sql-novice-survey
Databases and SQL
Stars: ✭ 59 (+37.21%)
Mutual labels:  english
npm-completion
A @npm tab completion for @PowerShell.
Stars: ✭ 38 (-11.63%)
Mutual labels:  completion
introduction-to-conda-for-data-scientists
Introduction to Conda for (Data) Scientists
Stars: ✭ 35 (-18.6%)
Mutual labels:  english
sql-ecology-lesson
Data Management with SQL for Ecologists
Stars: ✭ 37 (-13.95%)
Mutual labels:  english
matlab-novice-inflammation
Programming with MATLAB
Stars: ✭ 26 (-39.53%)
Mutual labels:  english
r-novice-inflammation
Programming with R
Stars: ✭ 142 (+230.23%)
Mutual labels:  english
almanca
Almanca dilbilgisi ve gramer notlari / Lesson notes I have taken to learn the German language beginning from A1.
Stars: ✭ 15 (-65.12%)
Mutual labels:  english
ap-style-title-case
Convert a value to AP/APA title case
Stars: ✭ 34 (-20.93%)
Mutual labels:  english
Pluralize.NET
📘 Pluralize or singularize any English word.
Stars: ✭ 50 (+16.28%)
Mutual labels:  english
shell-genomics
Introduction to the Command Line for Genomics
Stars: ✭ 54 (+25.58%)
Mutual labels:  english

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].