summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-21 22:42:27 +0100
committerw0rp <devw0rp@gmail.com>2017-05-21 22:42:27 +0100
commitb67c103d0604504ce957fdeff6ecc8162d085529 (patch)
tree1c0f87f5f0e2675677e4ed1bb62c0ec4a11e21c5 /doc
parent3a289dab6b6581586d42204e5e8d56a1489aa75c (diff)
downloadale-b67c103d0604504ce957fdeff6ecc8162d085529.zip
#309 Add an option for changing the sign column color when problems are detected
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 56642c2d..df03b53d 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -207,6 +207,21 @@ g:airline#extensions#ale#enabled *g:airline#extensions#ale#enabled*
|airline#extensions#ale#warning_symbol|.
+g:ale_change_sign_column_color *g:ale_change_sign_column_color*
+
+ Type: |Number|
+ Default: `0`
+
+ When set to `1`, this option will set different highlights for the sign
+ column itself when ALE reports problems with a file. This option can be
+ combined with |g:ale_sign_column_always|.
+
+ ALE uses the following highlight groups for highlighting the sign column:
+
+ `ALESignColumnWithErrors` - Links to `error` by default.
+ `ALESignColumnWithoutErrors` - Use the value for `SignColumn` by default.
+
+
g:ale_echo_cursor *g:ale_echo_cursor*
Type: |Number|