Asyncomplete File.vim Save

provides file autocomplete for asyncomplete.vim

Project README

asyncomplete-file.vim

Filename completion source for asyncomplete.vim

Installing

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

Register asyncomplete-file.vim

au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#file#get_source_options({
    \ 'name': 'file',
    \ 'allowlist': ['*'],
    \ 'priority': 10,
    \ 'completor': function('asyncomplete#sources#file#completor')
    \ }))
Open Source Agenda is not affiliated with "Asyncomplete File.vim" Project. README Source: prabirshrestha/asyncomplete-file.vim
Stars
40
Open Issues
6
Last Commit
4 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating