danishprakash / vim-zen

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

Filepath support #8

Closed SevereOverfl0w closed 6 years ago

SevereOverfl0w commented 6 years ago

As mention here

danishprakash commented 6 years ago

@SevereOverfl0w this implementation does not manage the plugin since you are bound to do that yourself considering you are using a local version of a plugin or something you are developing yourself. All it does is adds it to the rtp and source the plugin files. Let me know if there is something that can be done to improve this.

SevereOverfl0w commented 6 years ago

I think this is perfect. All I want is to not have to touch anything separate to get my own plugins into vim!

danishprakash commented 6 years ago

Perfect, thanks for bringing this up.