cfg - Removed call that prevented lazy loading from working

This commit is contained in:
Emmanuel BENOîT 2023-06-17 18:41:29 +02:00
parent 080e44cea8
commit eaab5add81
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

View file

@ -69,5 +69,4 @@ function! CheckDeinInstall()
if dein#check_install()
call dein#install()
endif
call dein#call_hook( "on_post_source" )
endfunction