Vroom: a tool for testing Vim plugins, by Google
1–4 of 4 posts
Re: Vroom: a tool for testing Vim plugins, by Google
#2The literate format is fantastic: https://github.com/google/vroom/blob/master/examples/basics....
(Disclosure: google employee, but not associated with the project, only just found out about it.)
Re: Vroom: a tool for testing Vim plugins, by Google
#3Most interesting part about it for me was the note that they are supporters of neovim.
Re: Vroom: a tool for testing Vim plugins, by Google
#4Cool! Their automation of Vim via Python uses a slightly different approach than ActualVim.
Might be worth seeing if either project can steal from the other.
It looks like they rely on Vim +clientserver, which isn't compiled by default afaik.