rktjmp
rktjmp
Looks like it's stuck as a wontfix for now too... One solution is a self hosted GH runner, AWS has ARM instances, as well as a few others here and...
Could you post an example action & docker file, if you have one already that is, save some ground work. Edit: actually there are some provided in the linked issue:...
Just noting down WIP here: https://github.com/rktjmp/neovim/tree/ci-arm Don't use the released files in that repo yet, they are a mix of arm64 and amd64 because arm builds too slow for testing.
Draft PR https://github.com/neovim/neovim/pull/15542 which needs some testing by actual users.
The PR above would support any platform QEMU does, just have to add the arch to the matrix. That may be simpler than setting up cross compilation toolchains in "normal"...
I might suggest an interactive walkthrough? AFAIK Lightspeed's highlights are deterministic so you should be able to be pretty explicit in which keys to press. You do need them to...
I think you should have more specific use cases, but I don't envy you in trying to cover this. I had a quick go but Lightspeed compresses so much motion...
I did wonder about a tutorial mode but it can be a lot of code-cost for maybe not much gain and you risk it not matching up with "real use"....
The Neovim source has a pretty extensive "screen checking" tool in their test suite. Test checking screen highlights: https://github.com/neovim/neovim/blob/master/test/functional/ui/hlstate_spec.lua and you can check the cursor location too which probably covers...
I would pref an option over a prefix. I find prefixes a bit awkward because they're *another* key combo to remember and maybe avoid conflicts. I also generally want my...