Christian Clason

Results 1361 comments of Christian Clason

Can you update the MRE in the issue then? (Reminder that MREs should be run with `nvim --clean -u init.lua`.)

That's fine; I missed that this was an assertion failure rather than a crash so is only triggered on `Debug` builds. I edited the title (and text) to make that...

Reminder to self: don't forget to * update libvterm to 0.3 * bump minimum version to 0.3 * remove compat `#ifdef` from `terminal.c`

Yes, (only) that is their intended use case, as this is the only treesitter functionality provided by Neovim itself at the moment. More complicated use cases are probably still better...

The big question for me is indeed how to handle modifiers (which I think are by far the most interesting and useful parts of this feature), especially in relation to...

I think doing them separately and investing some thought in how to combine them best with the decorator infrastructure we have would be the best approach for Neovim (leverage what...

> Btw. doesn't `blend` require actual text? Could always use whitespace, right? Or the text from the actual buffer? > At the moment, I use for instance `strikethrough` for `LspDeprecated`...

@theHamsta Since we're currently in a feature freeze period leading up to a release (hopefully) at the end of the month, we have to decide how to handle this PR....

@justinmk ping -- this was marked for 0.8; is this still on the table?