alvan/vim-closetag

Doesn't work using dein lazy load

andersonba opened this issue · 3 comments

Doesn't work

call dein#add('alvan/vim-closetag', {'lazy':1, 'on_ft': ['html', 'htmldjango', 'xhtml', 'jinja']})

Works

call dein#add('alvan/vim-closetag', {'lazy':0, 'on_ft': ['html', 'htmldjango', 'xhtml', 'jinja']})

It also doesn't work with vim-plug's filetype-loading:

Plug 'alvan/vim-closetag', { 'for': ['html', 'xml'] }
alvan commented

I pushed a new commit to support vim-plug's filetype-loading, now it should work.
But actually, I don't think lazy-loading is necessary for this plugin since this plugin itself can handle specified file types(names).
So I will close this issue now.