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

Don't display the buffer name or tildes in the sidebar window #56

Open
muhmud opened this issue Mar 31, 2022 · 1 comment
Open

Don't display the buffer name or tildes in the sidebar window #56

muhmud opened this issue Mar 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@muhmud
Copy link

muhmud commented Mar 31, 2022

Is your feature request related to a problem? Please describe.
The tildes and buffer name in the sidebar window are unsightly.

image

Describe the solution you'd like
The window should look like the one from nvim-tree, which is pretty clean looking.

@muhmud muhmud added the enhancement New feature or request label Mar 31, 2022
@GustavoKatel
Copy link
Member

GustavoKatel commented Jun 20, 2022

hi @muhmud

we have some improvements planned on that part of the code, but what you can do right now is hide the statusline for the sidebar with

sidebar.setup({
  ...
  hide_statusline = true,
  ...
})

I will keep this open until we have time to work on that. Thanks for the suggestion

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

No branches or pull requests

2 participants