hrsh7th / asyncomplete-file.vim

provides file autocomplete for asyncomplete.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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',
    \ 'whitelist': ['*'],
    \ 'priority': 10,
    \ 'completor': function('asyncomplete#sources#file#completor')
    \ }))

About

provides file autocomplete for asyncomplete.vim

License:MIT License


Languages

Language:Vim Script 100.0%