Feat: Single file plugins/compleaters
Opened this issue · 5 comments
Pull request #26 patches this in.
Single file or local plugin (directory) can be installed via:
# Single File
plug "$HOME/.config/zsh/aliases.zsh"
# Local Plugin
plug "$HOME/code/supercharge"
Single file or local plugin (directory) can be installed via:
# Single File plug "$HOME/.config/zsh/aliases.zsh" # Local Plugin plug "$HOME/code/supercharge"
This doesn't satisfy the feat request above. It doesn't add anything useful that zsh doesn't provide natively. IMO, a plugin manager, at a minimum, should support two features: 1) install plugins; 2) manage updates. This does neither with regards to the single file plugins mentioned above. I love and applaud the minimal goal. But for my purposes, Zap fails for leaning to far toward the minimal and not being complete. I was hoping for something between the two extremes of a simple handwritten load function and one of the many over-the-top 10k lines of wacky. This is too close to the former; that's fine if that is your goal; no offense intended. For now, for me, I've settled on antidote, probably still a little much, but it meets my min reqs for a plugin manager.
My mistake, I misunderstood the original request. So reopened.
Hello, may I ask when this function will be implemented?
My mistake, I misunderstood the original request. So reopened.