Price Hiller

Results 51 comments of Price Hiller

> > To make the text wrap correctly with _**conceals**_ at least, all that has to be removed is > > https://github.com/neovim/neovim/blob/e8f7025de1d8b7c8bbe747736e4c46dcd6e73133/src/nvim/drawline.c?plain=1#L2793-L2794 > > This will cause `win_line()` and `plines_win_nofold()`...

I've managed to implement this in my own configuration because I wanted live updates to my cookies. I had to go entirely with virtual text because there's _really_ annoying issues...

@kristijanhusak I actually have some good news, I did manage to implement updating the underlying text using `nvim_buf_set_text` along with `vim.hl.range` for the cookie highlights. There's two small issues with...

> And also expected to use a default "eol" virtual text that will show on the right of text, like diagnostics do. I avoided that purely because it can be...

Latest push covers 1. Make virtual cookies appear on all headlines when applicable (when there's TODO or checkbox subitems basically) 2. I'll combine the progress on both the TODO items...

Updated documentation to reflect the new changes.

I've realized this has sat open since the start of summer. Sorry about that, got tied in a job and other things. I'm likely _not_ going to finish this out...

I think a potentially *sketchy* way of handling this in the short-term is to have a given editor specify the options for `nixd` based on the current file. For instance,...

This might be difficult to resolve. I don't really use `tsx` at all, but this going to be related to our skip patterns most likely as to why it's failing.

Hey @julianbopp can you give this another shot? Some changes just hit main that *may* resolve this for you if it has the same root cause as #201.