plugins.aerial.settings.lsp.diagnostics_trigger_update
If true
, fetch document symbols when LSP diagnostics update.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.aerial.settings.lsp.priority
Map of LSP client name to priority.
Default value is 10
.
Clients with higher (larger) priority will be used before those with lower priority.
Set to -1
to never use the client.
Type: null or (attribute set of (signed integer or raw lua code))
Default:
null
Plugin default: { }
Declared by:
plugins.aerial.settings.lsp.update_delay
How long to wait (in ms) after a buffer change before updating.
Only used when diagnostics_trigger_update = false
.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 300
Declared by:
plugins.aerial.settings.lsp.update_when_errors
Set to false to not update the symbols when there are LSP errors.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: