Community Feedback Requested #188
Replies: 2 comments 5 replies
-
Here are some specific questions I'd love for you all to answer:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I would like to start stabilizing the
legendary.nvim
API, and introduce semantic versioning using git tags. This will help me prepare for the future oflegendary.nvim
, which may or may not involve a rewrite.I rewrote the plugin once from Lua to Teal (a statically typed language which compiles to Lua), but it didn't have as much payoff as I'd hoped, and the editor tooling around Teal is quite sub-par. Now that we have nvim-oxi I could potentially rewrite into Rust, which would give me the payoff I was hoping Teal would give me.
Such a rewrite would also allow me to correct a lot of poor design decisions I made along the way --
legendary.nvim
started very simple and added a bunch of features, which significantly increased the complexity.TL;DR
There's potentially going to be a very long-running project coming up for
legendary.nvim
to improve developer tooling and reduce complexity. For this reason, I would like to stabilize the API and introduce semantic versioning via git tags. Before doing so, I would like to know from the community if there are any pressing issues that should be addressed or any missing functionality that can be quickly added.Beta Was this translation helpful? Give feedback.
All reactions