-
Notifications
You must be signed in to change notification settings - Fork 63
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
[feat] Allow to configure window options for the hovers, such as borders #102
Comments
Hi @kndndrj. I tried your latest PR that should close this issue. One thing I noticed is that if I add something like: window_options = {
number = true,
relativenumber = true,
}, then the first time I run |
Hey @petobens thanks for testing, I'll look into it. |
@petobens btw, which UI element is in question? Or is it all of them? |
@petobens should be fixed now |
Thanks! |
Thanks for this, I'll be testing it now - sorry for not being in time to test before the merge! |
And also for the "Select a query" menu. |
The hover options are set here:
nvim-dbee/lua/dbee/ui/common/floats.lua
Lines 253 to 263 in 8e557d8
I would very much want to pass some config here to have the hovers consistent with my personal config. E.g., I want to adjust the borders and possibly the title.
The text was updated successfully, but these errors were encountered: