blob: 944f0eb2af9eba3b102a9c68c012f6588168363e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
"=============================================================================
" FILE: deoplete.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu at gmail.com>
" License: MIT license
"=============================================================================
function! deoplete#initialize() abort "{{{
return deoplete#init#enable()
endfunction"}}}
" vim: foldmethod=marker
|