Skip to content

prabirshrestha/asyncomplete-emoji.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emoji source for asyncomplete.vim

Provide emoji completions for asyncomplete.vim

Installing

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-emoji.vim'

Registration

au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#emoji#get_source_options({
    \ 'name': 'emoji',
    \ 'allowlist': ['*'],
    \ 'completor': function('asyncomplete#sources#emoji#completor'),
    \ }))

About

provides emoji autocomplete for asyncomplete.vim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published