hologram.nvim
hologram.nvim copied to clipboard
fix: wrong ANSI code for moving cursor
The ANSI code for moving cursor is ESC[{line};{column}H.
I'm guessing it worked in your terminal cuz it doesn't check the delimiter char, but on konsole this doesn't work