Skip to content
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

add setting to hide the UI header #1647

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

rasmusq
Copy link

@rasmusq rasmusq commented Mar 5, 2024

The header is the following text at the top of the window:

mason.nvim press g? for help https://github.com/williamboman/mason.nvim

For some, it is a little much.
Being able to hide it would make it easier to have visual cohesion between other floating popups like Lazy.nvim.

I have added a simple boolean setting 'show_header'.
When it is true (the default value), everything acts as it usually does.
When it is false, the header is replaced with a single blank line acting as a margin.

It is a very simple setting, and it is my first PR contribution to a public project, so suggestions and corrections are expected.

@rasmusq rasmusq changed the title Add setting to hide the UI header add: setting to hide the UI header Mar 15, 2024
@rasmusq rasmusq changed the title add: setting to hide the UI header add setting to hide the UI header Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant