Dema

Results 13 comments of Dema

Hi, I'm having a similar issue with a plugin of mine, reported [here](https://github.com/m-demare/hlargs.nvim/issues/47). Is there any way for other highlights to also get added to the context buffer? I'm using...

Interesting. Maybe it would be nice to allow other plugins to register a callback to add highlights on top of that, or something like that. I could maybe try my...

It's not possible as of now, though I would review the PR if someone's interested in implementing it. It'd mainly involve modifying [parse.lua](https://github.com/m-demare/hlargs.nvim/blob/88b925d699fb39633cdda02c24f0b3ba5d0e6964/lua/hlargs/parse.lua) to use a reduced range of search....

Yeah, I agree it could be useful. I don't have the time right now to implement it, though I'd merge it if someone does want to do it (if someone...

Hi! I've been having some connection issues lately, but I'll look into this as soon as possible

I like the idea! Should be doable, I'll try to get it done

It's been some busy couple of months, but I finally got round to this. It should be working now, you can try it out with the option `extras.unused_args`, like so:...

oh btw, you can link it to `DiagnosticUnnecessary` if you want, by using `unused_args = { link = 'DiagnosticUnnecessary' }` (see `:h nvim_set_hl`)

Closing this, as it was merged in #89

Ooops 🙃 It seems to be caused by the interaction between my latest change, and the `sequential_colorpalette` setting. I'll look into it, but for now you can avoid this problem...