Folke Lemaitre
Folke Lemaitre
See my PR #555 that both fixes comments rendering for wrapped lines and better foldtext.
Development on the main branch is EOL. Trouble has been rewritten and will be merged in main soon. This issue/feature either no longer exists or has been implemented on dev....
Feel free to submit a PR. I don't use the Neovim start screen, so won't spend the time to look into this. Todo-comments doesn't do anything weird, no idea what's...
this is by design
I was able to fix this for Noice by calling `update_screen()` with **ffi** ```lua local ffi = require("noice.util.ffi") if ffi.cmdpreview then -- HACK: this will trigger redraw during substitute and...
Closing this, since it's an upstream issue
I would really need to have a way to reproduce this. I've never even once seen such an error.
I was able to work around the cursor issue by calling `update_screen` through **ffi**, so your issue should no longer happen
I'm not going to add this in the short term. I use dressing.nvim myself and that works perfectly fine
@jdrouhard wdyt? Shouldn't happen normally, since according to the spec either `edits` or `data` should be present.