HumblePresent
HumblePresent
>currently the only way a child widget can report "that's not enough space for me" is, again, returning 0, 0 Can't child widgets return a size beyond what's available in...
I have another instance of unexpected behavior. I know I'm a bit of a thorn in the side of this PR right now, but better to work these things out...
Just tested again and that last change fixed my issue.
Before this gets merged I do want to point out that the changes to `fixed.lua` do still break fixed layouts with any child widgets that have `visible = false`. By...
In the current implementation of `fit()` for the fixed layout, if `base.fit_widget()` returns `0, 0` for whatever reason the layout `spacing` is also added (unless it's for the last child...
> I guess you mean the right thing, but the wording is a bit off. The docs describe `fit()` as > This function is called to select the size of...
Very cool demo! I am wondering how to recreate the same functionality in my own config. I currently use this plugin along with the builtin LSP client and Luasnip for...