plugins.navbuddy.window.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 window border. Accepts same border values as nvim_open_win(). See :help nvim_open_win() for more info.

Plugin default: rounded

Type: null or string or list of string or list of list of string or raw lua code

Default: null

Declared by:

plugins.navbuddy.window.position

The position of the window.

Plugin default: 50

Type: null or integer between 0 and 100 (both inclusive) or (submodule)

Default: null

Declared by:

plugins.navbuddy.window.scrolloff

scrolloff value within navbuddy window

Type: null or signed integer

Default: null

Declared by:

plugins.navbuddy.window.size

The size of the window.

Plugin default: 60

Type: null or integer between 0 and 100 (both inclusive) or (submodule)

Default: null

Declared by: