vim9jit icon indicating copy to clipboard operation
vim9jit copied to clipboard

a vim9script -> lua transpiler (written in Rust)

Results 15 vim9jit issues
Sort by recently updated
recently updated
newest added

We could generate some shims (that could eventually be upstreamed) that allow adding props via extmarks

There are some options that we are not yet parsing for both `:augroup` and `:autocmd` that we need to do. Once we do that, we should correspondingly pass those options...

Need to parse `:command` -> `UserCommand` and handle all of the sub options that are possible ther.e Then, once we have that parsing correctly, we need to figure out how...

don't actually show commit diffs for these, they are just there for my uses case :)