-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Configure location and highlights #8
Comments
Sorry for my limited abilities, the purpose of writing this plugin is to organize how to individual LSP's turn on inlay hints. |
Let's keep it open, in case a good Samaritan shows up and helps us both :) |
is there an configuration to only show inlay-hints on the current line or vice versa to not show on current line but all other line |
should have read your comments before asking for help well lets hope a good samaritan shows up and helps us three :) |
ok |
Can we add an option to set the location "eol" and to change the hightlight?
like
"inlayHint.enableParameter": true,
"inlayHint.position": "eol",
and
56: LspInlayHint = { fg = "#5A6B81" },
57: LspInlayHintType = { fg = "#608A87" },
58: LspInlayHintParameter = { fg = "#69608A" },
The text was updated successfully, but these errors were encountered: