Description
Vim 9 script is becoming mature enough for production-level quality code. Many people are going to ditch legacy Vim script in favor of the new scripting language. Why not take this opportunity for a “reset” in development practices? Why not imagining, for instance, that Vim might eventually have a “standard library” built on top of Vim 9 script, which anyone can leverage to write plugins?
This repo is a proposal to build a centralized location where resources that help people develop Vim plugins are gathered. This includes both plugins that target plugin developers rather than end users, and libraries that can be import
ed by other plugins. An example of a library that might benefit many plugins is a collection of functions for manipulating paths that works transparently across different systems. But the possibilities are endless, of course.
I would like this to be a community effort, so my idea would be to open this repository to collaborators, and possibly move it outside my own GitHub account (I am not an expert on how do to anything like that, so suggestions are welcome).
If you have comments or questions, please provide your feedback below!