plugins.navbuddy.window.sections.right.border
“rounded”, “double”, “solid”, “none” or an array with eight chars building up the border in a clockwise fashion starting with the top-left corner. eg: { “╔”, “═” ,“╗”, “║”, “╝”, “═”, “╚”, “║” }.
Defines the border to use for right section border.
Accepts same border values as nvim_open_win()
. See :help nvim_open_win()
for more info.
Type: null or string or list of string or list of list of string or raw lua code
Default:
null
Plugin default: "rounded"
Declared by:
plugins.navbuddy.window.sections.right.preview
Right section can show previews too. Options: “leaf”, “always” or “never”
Type: null or one of “leaf”, “always”, “never” or raw lua code
Default:
null
Plugin default: "leaf"
Declared by: