plugins.nvim-ufo.preview.winConfig.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.
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.nvim-ufo.preview.winConfig.maxheight
The max height of preview window
Plugin default: 20
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.nvim-ufo.preview.winConfig.winblend
The winblend for preview window, :h winblend
Plugin default: 12
Type: null or signed integer or floating point number or raw lua code
Default:
null
Declared by:
plugins.nvim-ufo.preview.winConfig.winhighlight
The winhighlight for preview window, :h winhighlight
Plugin default: "Normal:Normal"
Type: null or string or raw lua code
Default:
null
Declared by: