Replies: 1 comment
-
1000% agree. Please please provide a common or "standard" way for installing plugins. The one thing that put me off using Neovim each time I tried was the extremely fragmented ecosystem. It would be preferable if there was some kind of official "registry" for these plugins as well, but I do understand if that is not possible, because that requires resources, hosting and also moderation etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I looked around the previous discussions and issues and couldn't find any references to talk about a package manager to go along with the plugin system. I saw some references to possibly removing some themes from the main repo and thought that maybe a centralized package management option (like Rust's) would be the perfect fit.
Something similar to this in your
config.toml
:Personally, my experience with other editors supporting plugins/externals is a fragmented ecosystem. I would love to see helix adopt something that would make adding themes/plugins easy and standardized. This could maybe even ease community pressure with backwards compatibility with version tags like
edition
since you know all packages will have them.I am sure the direction helix takes is going to be awesome, just wanted to throw this out as an idea if no one has brought it up before. A technical discussion could get me started on a PR if there were genuine interest (I would love to contribute if I could).
Beta Was this translation helpful? Give feedback.
All reactions