plugins.nvim-bqf.preview.autoPreview
Enable preview in quickfix window automatically.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-bqf.preview.borderChars
Border and scroll bar chars, they respectively represent: vline, vline, hline, hline, ulcorner, urcorner, blcorner, brcorner, sbar
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default:
[
"│"
"│"
"─"
"─"
"╭"
"╮"
"╰"
"╯"
"█"
]
Declared by:
plugins.nvim-bqf.preview.bufLabel
Add label of current item buffer at the end of the item line.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-bqf.preview.delaySyntax
Delay time, to do syntax for previewed buffer, unit is millisecond.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 50
Declared by:
plugins.nvim-bqf.preview.shouldPreviewCb
A callback function to decide whether to preview while switching buffer, with (bufnr: number, qwinid: number) parameters.
Type: null or lua function string
Default:
null
Plugin default: "nil"
Declared by:
plugins.nvim-bqf.preview.showTitle
Show the window title.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-bqf.preview.winHeight
The height of preview window for horizontal layout. Large value (like 999) perform preview window as a “full” mode.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 15
Declared by:
plugins.nvim-bqf.preview.winVheight
The height of preview window for vertical layout.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 15
Declared by:
plugins.nvim-bqf.preview.wrap
Wrap the line, :h wrap
for detail.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: