-
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
[bug] Use empty lines in drawer #101
Comments
Perhaps we could also trim spaces in the result window and in the call log? |
@lervag hey, I agree with the first suggestion (it's just a consequence of indent rule), but I'm not sure where is whitespace in result and call log. Can you maybe share a screenshot? |
hey @lervag, thanks for the screenshots. The first point is fairly easy to address though :). edit: just checked docs of the go package and it appears that the matter of addressing the second issue boils down to just a single flag :D. |
I would think it should be easy to e.g. run a command like I also assume that it could be not too hard to patch the go library? It seems much of the go code is part of the nvim-dbee repo as well? I don't know Go myself, but I would assume that one could apply some kind of |
Wow, sorry, I didn't notice this before posting - sorry. But glad to hear that this may be possible and not hard! |
No worries - it's already in #98. |
Thanks! |
This is a minor nitpick: The lines between the sections in the drawer are not empty, instead they contain 5 spaces. This breaks the
{
and}
standard navigation. Although it is minor, it does impact the user experience for people like me who often use this form of motion.The text was updated successfully, but these errors were encountered: