plugins.lspsaga.diagnostic.borderFollow
Diagnostic jump window border follow diagnostic type.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.lspsaga.diagnostic.diagnosticOnlyCurrent
Only show diagnostic virtual text on the current line.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.lspsaga.diagnostic.extendRelatedInformation
When have relatedInformation
, diagnostic message is extended to show it.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.lspsaga.diagnostic.jumpNumShortcut
Enable number shortcuts to execute code action quickly.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.lspsaga.diagnostic.maxHeight
Diagnostic jump window max height.
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Plugin default: 0.6
Declared by:
plugins.lspsaga.diagnostic.maxShowHeight
Show window max height when layout is float.
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Plugin default: 0.6
Declared by:
plugins.lspsaga.diagnostic.maxShowWidth
Show window max width when layout is float.
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Plugin default: 0.9
Declared by:
plugins.lspsaga.diagnostic.maxWidth
Diagnostic jump window max width.
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Plugin default: 0.8
Declared by:
plugins.lspsaga.diagnostic.showCodeAction
Show code action in diagnostic jump window.
It’s useful. Suggested to set to true
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.lspsaga.diagnostic.showLayout
Config layout of diagnostic window not jump window.
Type: null or string or raw lua code
Default:
null
Plugin default: "float"
Declared by:
plugins.lspsaga.diagnostic.showNormalHeight
Show window height when diagnostic show window layout is normal.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 10
Declared by:
plugins.lspsaga.diagnostic.textHlFollow
Diagnostic jump window text highlight follow diagnostic type.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: