Skip to content

Word dictionary completion source for asyncomplete.vim

License

Notifications You must be signed in to change notification settings

hiterm/asyncomplete-look

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asyncomplete-look

Word dictionary completion source for asyncomplete.vim

Inspired by neco-look.

screenshot

Requirement

  • asyncomplete.vim
  • look command works

Usage

look

Main feature. Complete English words by using look command.

au User asyncomplete_setup call asyncomplete#register_source({
    \ 'name': 'look',
    \ 'allowlist': ['text', 'markdown'],
    \ 'completor': function('asyncomplete#sources#look#completor'),
    \ })

good words

Optional complementary feature. Complete from your zg good words file. grep command is required.

let g:asc_look_good_words_file = '~/.vim/spell/en.utf-8.add'
au User asyncomplete_setup call asyncomplete#register_source({
    \ 'name': 'look_good_words',
    \ 'allowlist': ['text', 'markdown'],
    \ 'completor': function('asyncomplete#sources#look#good_words'),
    \ })

Changelog

CHANGELOG.md

About

Word dictionary completion source for asyncomplete.vim

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published