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