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

feature: option for removing the footer #171

Closed
1 task done
k14lb3 opened this issue Aug 4, 2024 · 1 comment · May be fixed by #176
Closed
1 task done

feature: option for removing the footer #171

k14lb3 opened this issue Aug 4, 2024 · 1 comment · May be fixed by #176
Labels
enhancement New feature or request

Comments

@k14lb3
Copy link

k14lb3 commented Aug 4, 2024

Did you check the docs?

  • I have read the Grapple docs

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

Window looks bulky.

Describe the solution you'd like

require("grapple").setup({
  win_opts = {
        ...,
        footer = nil, -- Can either be empty string (`''`) or `nil`,
    },
})

Describe alternatives you've considered

None.

Additional context

No response

@k14lb3 k14lb3 added the enhancement New feature or request label Aug 4, 2024
@k14lb3 k14lb3 changed the title feature: option to remove footer feature: option for removing the footer Aug 7, 2024
@cbochs cbochs closed this as completed in 5caf3c8 Sep 29, 2024
@cbochs
Copy link
Owner

cbochs commented Sep 29, 2024

@k14lb3 This should be possible now. To do so, set footer = "" in the settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants