Skip to content

Make Floating Window Border Rounded.? #1668

Answered by pynappo
niksingh710 asked this question in Q&A
Discussion options

You must be logged in to vote

I have searched the help page but found nothing regarding this.

require('neo-tree').setup({
  popup_border_style = 'rounded'
})

also if i toggle preview the window does not go back to the center.

tracked in #514

also the size and lastModified only come in floating mode, any way to disable them?

They do not come in only floating mode. They just only appear if the window is wide enough. You can disable by modifying the renderers table:

require('neo-tree').setup({
  renderers = {
    -- ...
  }
})

Copy the whole renderers config from defaults and omit the components you don't want.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by niksingh710
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants