Houl
Houl
If you can determine the loaded state without help of repmo, then this should be enough and actually the ideal solution?
For now, as a workaround, I'd `:split` (or `:vsplit`) a window on the same buffer, `:set rightleft` in the new window and `'scrollbind'` in both windows.
I use `g.` to repeat `n.` on the Visual area or the remaining buffer. No, it's not released anywhere, pretty sure someone has done the same (in a more polished...
I don't use VSCode, Neovim, Lua ... just guessing what your code means. `vim.g` is a "dictionary" (associative array, whatever) of Vim global variables? Repmo does not make use of...