Make Floating Window Border Rounded.? #1668
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
require('neo-tree').setup({
popup_border_style = 'rounded'
})
tracked in #514
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. neo-tree.nvim/lua/neo-tree/defaults.lua Line 281 in 60c8f77 |
Beta Was this translation helpful? Give feedback.
tracked in #514
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:
Copy the whole renderers config from defaults and omit the components you don't want.
neo-tree.nvim/lua/neo-tree/defaults.lua
Line 281 in 60c8f77