Shougo / dein.vim

:zap: Dark powered Vim/Neovim plugin manager
MIT License
3.42k stars 197 forks source link

Question: Is it possible to exclude specific file type for on_ft of lazy load ? #408

Closed JohnRama closed 3 years ago

JohnRama commented 3 years ago

Thank you very much for the great plugin.

I am a beginner for vim/nvim, so let me ask just one simple question.

I would like to load a plugin when the file type is not hoge. Is it possible to do that ?

[[plugins]] repo = 'SirVer/ultisnips' on_ft = ['!hoge'] "something like this

If not, what would be good as the alternative way ?

Thanks !!

John

Shougo commented 3 years ago

The feature is not so useful.

The feature is really needed, you can use dein#source() for it.