plugins.otter.settings.lsp.diagnostic_update_events
:h events
that cause the diagnostics to update.
See example for less performant but more instant diagnostic updates.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default:
[
"BufWritePost"
]
Example:
[
"BufWritePost"
"InsertLeave"
"TextChanged"
]
Declared by: