folke / edgy.nvim

Easily create and manage predefined window layouts, bringing a new edge to your workflow
Apache License 2.0
840 stars 17 forks source link

feature: Window title #36

Closed serhez closed 1 year ago

serhez commented 1 year ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

I use edgy as a left-side pane to have different cwd-dependent views, e.g., a file tree, a tree of modified files as tracked by git and a tree of open buffers. I use neo-tree sources to display these. However, I find the hide_root_node option of neo-tree quite handy, as I see the redundant root node always displaying the cwd for all views. By hiding the root node, I don't waste horizontal nor vertical space on this information, but it would be good to have it at the top of the whole edgy sidebar.

Not hiding the root nodes: Screenshot 2023-07-19 at 23 01 56

Hiding the root nodes: Screenshot 2023-07-19 at 23 01 31

Describe the solution you'd like

It'd be great to add a title option to the windows, i.e., to left, right, top and bottom.

Describe alternatives you've considered

Using the bufferline title to display this information.

Additional context

No response

folke commented 1 year ago

That's out of scope for this plugin. Not interested in adding this functionality