plugins.nvim-ufo.settings.preview.win_config.border
Defines the border to use for preview window.
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.nvim-ufo.settings.preview.win_config.maxheight
The max height of preview window.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 20
Declared by:
plugins.nvim-ufo.settings.preview.win_config.winblend
The winblend for preview window, :h winblend
.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 12
Declared by:
plugins.nvim-ufo.settings.preview.win_config.winhighlight
The winhighlight for preview window, :h winhighlight
.
Type: null or string or raw lua code
Default:
null
Plugin default: "Normal:Normal"
Declared by: