diff options
author | w0rp <devw0rp@gmail.com> | 2019-10-18 16:22:17 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-10-18 16:22:17 +0100 |
commit | c06467438dff38b939fd81b32395296d01a59df6 (patch) | |
tree | 9c25dba7617f127b1526b07ea7bf9d47e8281de0 /doc/ale.txt | |
parent | 5e69aaf4c2b4ffbfd4fbe0af820e23bf559b8e14 (diff) | |
download | ale-c06467438dff38b939fd81b32395296d01a59df6.zip |
Mention the disabled option for message severity
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 177b67df..291e90fb 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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* |