Erlend
Erlend
bump: clamping cursor.pos to max bytes would be nice! ( from Lua )
Here is a a link to [vim's autocmd doc](http://vimdoc.sourceforge.net/htmldoc/autocmd.html#autocmd-events), it might be helpful in determining API events. `InsertEnter`, `InsertLeave` and `CursorMovedI` seem useful, or maybe a more generic `mode-changed-event`.
I can't see a way to access the registers now from LUA, maybe there should be an API like: ``` Vis:registers(char) -- get the content of the register given a...
This solved my issue as well - thank you! The only thing is that there is a delay of ~2 seconds before the marker image is updated. Could this be...
@FaisalMohammadi stop spamming and just link to the fork / branch
I'm using Ghostty on MacOS Thaoe and have it configured for both light and dark mode. If i change the OS theme from light to dark mode, the terminal will...