Christian Clason

Results 1657 comments of Christian Clason
trafficstars

In this case, it's due to an outdated query parser, which is broadly warned against.

> At the very least it should say which language and query name (e.g. highlight) it is. That is very feasible and a welcome change (here, not in nvim-treesitter!)

Have you seen https://github.com/neovim/neovim/pull/34009?

Looks like the failing unittests rely on/check the implicit conversion of `-1` to `uint`, which the flag added in the first commit changes the behavior of (on x86_64 only).

In the end, this is an executive decision I don't want to get in the way of, but since I was tagged, here's my personal opinion: This PR is much...

math.max saves the day again \o/

@BirdeeHub let's keep this sort of discussion on hold until the high-level decisions are made. And plugins themselves are not meant to call the plugin manager directly; dependencies are planned...

Yeah, sorry about the unfortunate collision.

Disabled for the 0.11 release, will revisit during the 0.12 dev cycle.

> We may have to use a packed struct to allow multiple options too, so you can set tab, window, split, etc. I would second that suggestion; personally, I would...