Plugin Support #25
Replies: 3 comments 12 replies
-
Most plugin managers (at least vim-plug which seems to be the most popular) has support for local plugins too so we'll need to handle whether its a git directory or local folder. Easiest way that I can think of is to just assume its local every time and check if its a local folder otherwise try github. |
Beta Was this translation helpful? Give feedback.
-
Next thing is the petals module api, should it actually be |
Beta Was this translation helpful? Give feedback.
-
how about just directly going the packer approach to how it works? petals and packer are both lua |
Beta Was this translation helpful? Give feedback.
-
1st party plugin support for Hilbish
They would be called petals because Hibiscus and flowers 🌺
So Hilbish would basically have a plugin manager builtin to help with updating, installing and loading them
Instead of spamming
require
s for specific paths, you would justpetals.load 'someone/hilbishplugin'
maybe like vim pluginsBeta Was this translation helpful? Give feedback.
All reactions