Skip to content

akaimo/asyncomplete-around.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asyncomplete-around.vim

Source of asyncomplete.vim which completes the words around the line.

Install

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'akaimo/asyncomplete-around.vim'

Registration

call asyncomplete#register_source(asyncomplete#sources#around#get_source_options({
    \ 'name': 'around',
    \ 'allowlist': ['*'],
    \ 'priority': 10,
    \ 'completor': function('asyncomplete#sources#around#completor'),
    \ }))

Options

The number of lines to be covered (default: 20)

let g:asyncomplete_around_range = 20

About

Source of asyncomplete.vim which completes the words around the line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published