Christian Clason

Results 1361 comments of Christian Clason

For now, you can look at https://github.com/qvacua/vimr (which I think is the only project actually using it at the moment?)

Quick question: should this be a general API (`nvim_XXX`, which comes with a rigid contract and is also potentially available through vim script or rpc), or is a Lua API...

I think we are in general open to adding Nvim API functions for interacting with completion, but adding a completely new system on top of the existing autocommands (which now...

The point was to get a _complete_ view of the status quo and what is missing and decide based on this information, instead of adding individual functions or start from...

Yes, that was exactly what I meant with `health#nvim#check` (rather than `:checkhealth`) and "moving from `man.health.check` (which then would be empty).

Are capture names case sensitive always? (Highlight groups are not.)

> The main point was doing something to better distinguish languages from meta stuff (bikeshedding aside). That is a good point (and also applies to `@conceal` and `@spell`). I think...

Ah, that's right, nvim-treesitter allows bypassing the Capture Police via `@_`. How many "special captures" are we talking about? Is there a list?

I'd hate to touch the special highlight captures; that would be (too) breaking. I agree that making them stand out as special would be a good idea, but it's not...