You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Issue: #176
Currently all the padding added by this plugin is hard coded to the
highlight group `Normal`. This is by convention the value used for
backgrounds which allows us to create empty space.
However in floating windows like LSP hover docs the background uses the
`NormalFloat` highlight instead.
To fix this add a new top level configuration for `padding` with a
single key for `highlight`. This by default is set to `Normal`.
Updates the default override for `nofile` to use the `NormalFloat` value
instead which should fix any background color issues with LSP hover docs.
0 commit comments