Skip to content
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

Style properly windows triggered by command like :LspInfo #16

Open
Nargonath opened this issue Jan 19, 2024 · 0 comments
Open

Style properly windows triggered by command like :LspInfo #16

Nargonath opened this issue Jan 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Nargonath
Copy link
Member

I initially assumed that the window you get when running :LspInfo is a floating window. However after displaying border on it, it looks like this:

image

So it's definitely not following the floating window highlight groups. We need to investigate what type of window it is and the related highlight groups to have it match the floating window colors.

For those wondering, I displayed the border with:
require("lspconfig.ui.windows").default_options = { border = "rounded" }
@Nargonath Nargonath added the enhancement New feature or request label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant