feat: allow customizing/removing floating title window #285
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim#285
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
Problem
The title seems to have an overlapping issue, at least on my machine.

I planned on just disabling the window, but taking a glance at the code, it seems like the window arguments are hardcoded here.
Proposed solution
The title window arguments should be injectable, just like the normal
winandfloat.winoptions. It should also be possible to disable the title altogether.(It also probably shouldn't overlap entries, but who's counting?)
Alternatives considered
No response
let me know if these fixes work. see
titleoptionsYep, working great on the canola branch.