A plugin manager called wplug
#4128
kostya-zero
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
Thanks for sharing. Did you see e4ae8a8 which is wezterm's built-in plugin management? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@kostya-zero I know it’s been almost a year, do you still have it? since repo doesn’t exist anymore. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I finally released my plugin manager for WezTerm -
wplug
.wplug
at this moment can install and update plugins. I plan to extend its functionality for user and developers. I have also made configuration similar to Neovim's package managers. Any suggestions are welcome.An example of its configuration:
wplug
installs itself and all plugins in$HOME/.wezterm
to update with other plugins.Repository: https://github.com/kostya-zero/wplug
Beta Was this translation helpful? Give feedback.
All reactions