Actually, when using with dein.vim inside neovim, lazy loading don't work.
Even when using 'hook_post_source': 'sil! exe "do FileType" &ft' to enforce re-applying of ftplugin files.
What exactly I must do to correctly initialize plugin, if current buffer was loaded before plugin itself ?
Actually, when using with
dein.viminside neovim, lazy loading don't work.Even when using
'hook_post_source': 'sil! exe "do FileType" &ft'to enforce re-applying of ftplugin files.What exactly I must do to correctly initialize plugin, if current buffer was loaded before plugin itself ?