danishprakash / vim-zen

Barebones Vim Plugin Manager
MIT License
63 stars 3 forks source link

Ordering & "after/" #10

Open SevereOverfl0w opened 6 years ago

SevereOverfl0w commented 6 years ago

Zen doesn't include the after/ directory from a plugin on the rtp.

I looked into adding this but zen appends directly onto the rtp. I've done some follow-up research into this, and discovered https://github.com/junegunn/vim-plug/issues/615. The linked issues inside are also relevant.

The summary is that ordering is really important with the rtp. The order is:

These are just things I figured out from looking at vim-plug. It might be more insightful to look at vim8's packaging feature, as that performs this ordering. vim8 is more likely to be a canonical source of information.

These options I've been able to come up with: