“vWorkbench” is my own personal Vim9-based development environment and writing environment that I’m trying to ‘spin out’ into an open source project that is stable enough, reusable enough and well-documented enough to be used by others.
https://github.com/wordswords/vWorkbench.git - this is the current version of my development environment that I use as much as possible, both in personal and work situations.
https://github.com/wordswords/vWorkbench/blob/master/README.md - this is the documentation on my development environment, which I absolutely try and keep up to date.
https://github.com/wordswords/vWorkbench/issues - these are the issues that I’ve identified as ‘blockers’ to preventing me open-sourcing the project and opening it up to a wider audience.
FAQ:
- Why not Neovim?
- Answer: I have considered using Neovim as a base and do not want to make the shift over at this time. In the future at some point that may change.