ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.06k stars 57 forks source link

inactive parameter highlight group? #337

Closed rodhash closed 2 months ago

rodhash commented 2 months ago

Perhaps this is not scope of this plugin (or maybe it is) .. but do you happen to know what is the HL group for the inactive params?

For the active param I know we have a property to define our own HL group:

{
..
hi_parameter = "HLgroup"
..
}

But what I'm trying to change is the inactive params .. any suggestion?

Thanks.

rodhash commented 2 months ago

Oh found it, it's typescriptFuncCallArg which is linked to PreProc.

Thanks anyway for the great plugin