diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 1e3ac0fb..42868121 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -586,6 +586,16 @@ g:ale_pattern_options_enabled *g:ale_pattern_options_enabled* for |g:ale_pattern_options| will turn this option on. +g:ale_set_balloons *g:ale_set_balloons* + + Type: |Number| + Default: `has('balloon_eval')` + + When this option is set to `1`, balloon messages will be displayed for + problems. Problems nearest to the cursor on the line the cursor is over will + be displayed. + + g:ale_set_highlights *g:ale_set_highlights* Type: |Number| |