yaml-language-server
yaml-language-server copied to clipboard
Add hover settings
Add hover settings
View by default

View with {showTitle: false, showSource: false}

The build is failing. We have recently merged a change to enable more checks. Can you please fix them and update the PR.
Couldn't we use hover instead of hoverSettings to keep in line with format?
{
format = { enable = true },
hover = { enable = true, showTitle = false },
}
You can "just" set the type to be boolean | CustomHoverSettings and then handle boolean as before.