maralla / completor.vim

Async completion framework made ease.
MIT License
1.29k stars 63 forks source link

Explicitly source #222

Closed kyouryuukunn closed 5 years ago

kyouryuukunn commented 5 years ago

I added explicitly allowing {filetype} completions

g:completorenable{filetype} Used to explicitly allow {filetype} completions. If this option is set, only file types in this list can be allowd for {filetype} completion. For example enable neosnippet completion for only vim:

let g:completor_enable_neosnippet = ['vim']

Default: unset

maralla commented 5 years ago

Thanks!