Mention the disabled option for message severity

This commit is contained in:
w0rp
2019-10-18 16:22:17 +01:00
parent 5e69aaf4c2
commit c06467438d
2 changed files with 2 additions and 1 deletions

View File

@@ -1298,6 +1298,7 @@ g:ale_lsp_show_message_severity *g:ale_lsp_show_message_
`'warning'` - Displays errors and warnings.
`'information'` - Displays errors, warnings and infos
`'log'` - Same as `'information'`
`'disabled'` - Doesn't display any information at all.
g:ale_lsp_root *g:ale_lsp_root*